merged in jinja template move
[yourule] / templates / site.tmpl
index 75461cf759ab53379da29fd4a38e62cb2ff551eb..d9eaad372ce7a212300ac1e09c8b30ff23e893d1 100644 (file)
@@ -1,10 +1,33 @@
 <html>
 <head>
+  <link rel="stylesheet" type="text/css" href="/static/style.css" />
   <script src="/static/prototype.js" type="text/javascript"></script>
+  <title>You Rule</title>
 </head>
 <body>
-#filter Filter
-$body
-#end filter
+<div id="wrapper">
+<div id="header">
+<h1>YouRule</h1>
+<h2>Onscreen Ruler Generator</h2>
+</div>
+
+<div class="mainbox">
+  <div class="mainbox_top"><div></div></div>
+  <div class="mainbox_content">
+    <% block body %>
+    <% endblock %>
+  </div>
+  <div class="mainbox_bottom"><div></div></div>
+</div>
+
+<div id="footer">
+<p>copyright 2007 :: <a href="http://mako.cc/">benjamin mako hill</a><br />
+<a href="http://mako.cc/projects/yourule">source freely available</a> :: <a
+href="http://www.affero.org/oagpl.html">affero general public
+license</a></p>
+</div>
+
+</div>
+
 </body>
 </html>

Benjamin Mako Hill || Want to submit a patch?