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














                                         
<html>
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.