summaryrefslogtreecommitdiffhomepage
path: root/resources/jade/include/layout.jade
blob: 0f644c5a0d32c6ba942922e1c3b250f5acf995bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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