pages/index.tmpl
changeset 22 54b373345c14
parent 8 0ce1f471e9d7
--- a/pages/index.tmpl	Sat Feb 07 04:37:28 2009 +0200
+++ b/pages/index.tmpl	Sat Feb 07 04:37:41 2009 +0200
@@ -1,8 +1,9 @@
-<h1>A Mako template!</h1>
+<h1></h1>
 
-<ul>
-% for char in 'Hello World' :
-    <li>${char}</li>
-% endfor    
-</ul>
+<div style="font-size: small">
+    <h2>What's <q>qmsk</q>?</h2>
 
+    <p>
+        I'm not sure, but it doesn't have any vowels.
+    </p>
+</div>