doctype html
html(lang="en")
	head
		include ./head.jade

	body
		.container
			h1
				block titleContainer
					block title
						| Camil Staps
			hr

			block content

			- var date = new Date()
			footer.footer
				hr
				p.text-center
					| Copyright © Camil Staps #{date.getFullYear()}  •  
					= "Last updated " + date.toDateString()

		include ./foot.jade

		block js