<html>
<head> <title>{{ title }}</title> <link rel='stylesheet' href='{{ basepath }}css/global.css' media='all'> <script src='http://code.jquery.com/jquery-1.10.1.min.js'></script> <script src='{{ basepath }}js/patterns.js'></script> <style>.highlight {clear:both; margin-top:50px;}</style> </head> <body> <main> {{ content }} </main> </body>
</html>