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

	body
		.container
			block content

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

		include ./foot.jade

		block js