base.html 349 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="/css/base.css" />
  5. <script src="//ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools.js"></script>
  6. </head>
  7. <body>
  8. <div id="wrapper">
  9. <div id="topbar">
  10. <div id="title"></div>
  11. <div id="nav">
  12. </div>
  13. </div>
  14. {% block main %}{% end %}
  15. </div>
  16. </body>
  17. </html>