blob: d454f5dc3c55d1bda2f224cde57122d043cae794 [file]
<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>