include /mixins.pug
doctype html
html(lang="en")
head
include head.pug
body
.container
h1
block titleContainer
block title
| Camil Staps
hr
block content
- var date = new Date()
hr
footer.footer
p.text-center
| Copyright © Camil Staps 2015–#{date.getFullYear()} •
= "Last updated " + date.toDateString()
p.text-center.greyed-out
| This page uses the SBL Hebrew font which is property of Tiro Typeworks. For details, see
a(href='https://www.sbl-site.org/educational/biblicalfonts.aspx', target='_blank') the information page
|.
include foot.pug
block js