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