<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
	<title>${self.title()}</title>
	${self.style()}
<%def name="style()">
</%def>

</head>
<body>
${next.body()}

</body>
</html>


<%def name="title()">
Documentation
</%def>


