git.fiddlerwoaroof.com
templates/base.html
81fc3411
 <!DOCTYPE html>
 <html>
 <head>
   <meta charset="utf-8">
   <meta name="generator" content="blog-gen">
   <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
   <%block name="header">
     <title></title>
     <style type="text/css">code{white-space: pre;}</style>
   </%block>
 </head>
 <body>
   <div class="container">
     <%block name="content_block" />
   </div>
 </body>
 </html>