| 123456789101112131415161718 |
- <!DOCTYPE html>
- <html>
- <head>
- <link rel="stylesheet" type="text/css" href="/css/base.css" />
- <script src="//ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools.js"></script>
- </head>
- <body>
- <div id="wrapper">
- <div id="topbar">
- <div id="title"></div>
- <div id="nav">
- </div>
- </div>
- {% block main %}{% end %}
- </div>
- </body>
- </html>
|