pages/index.tmpl
author Tero Marttila <terom@fixme.fi>
Fri, 06 Feb 2009 22:48:00 +0200
changeset 8 0ce1f471e9d7
child 22 54b373345c14
permissions -rw-r--r--
and it works, a lot better than before
<h1>A Mako template!</h1>

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