pages/index.tmpl
author Tero Marttila <terom@fixme.fi>
Sat, 07 Feb 2009 02:51:36 +0200
changeset 17 b538e1f7011c
parent 8 0ce1f471e9d7
child 22 54b373345c14
permissions -rw-r--r--
add some better error checking to the page_tree stuff
<h1>A Mako template!</h1>

<ul>
% for char in 'Hello World' :
    <li>${char}</li>
% endfor    
</ul>