aboutsummaryrefslogblamecommitdiffstats
path: root/templates/default
blob: 8414c8bfc05b5af309fb075afd7e47e463817f9e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

                











                                         
       
       
<!DOCTYPE html>
<html lang="en">
include(templates/default.head)
<body>
	<header>
	include(templates/default.header)
	</header>
	sinclude(tmp/tmp.metadata)
	sinclude(tmp/tmp.toc)
	include(tmp/tmp.body)
	sinclude(tmp/tmp.index)
	<footer>
	include(templates/default.footer)
	</footer>
</body>
</html>
remember that computers suck.