aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default.html
blob: 9156cbd682281d6734a9eb1fe79a7fce18e00fce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
include(templates/head.html)
<body>
	<header>
	include(tmp/header.html)
	</header>
	sinclude(tmp/metadata.html)
	sinclude(tmp/toc.html)
	include(tmp/body.html)
	sinclude(tmp/index.html)
	<footer>
	include(tmp/footer.html)
	</footer>
<body>
</html>
remember that computers suck.