| <%inherit file="base.html"/> | |
| <html> | |
| <head> | |
| <title>${self.title()}</title> | |
| <link href="style.css" rel="stylesheet" type="text/css"></link> | |
| <link href="syntaxhighlight.css" rel="stylesheet" type="text/css"></link> | |
| <link href="docs.css" rel="stylesheet" type="text/css"></link> | |
| <script src="scripts.js"></script> | |
| </head> | |
| <body> | |
| ${next.body()} | |
| </body> | |
| </html> | |
| <%def name="title"> | |
| Documentation | |
| </%def> | |