pages/index.tmpl
changeset 8 0ce1f471e9d7
child 22 54b373345c14
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pages/index.tmpl	Fri Feb 06 22:48:00 2009 +0200
@@ -0,0 +1,8 @@
+<h1>A Mako template!</h1>
+
+<ul>
+% for char in 'Hello World' :
+    <li>${char}</li>
+% endfor    
+</ul>
+