pages/index.tmpl
author Tero Marttila <terom@fixme.fi>
Sat, 07 Feb 2009 03:00:11 +0200
changeset 18 0e701fbd6760
parent 8 0ce1f471e9d7
child 22 54b373345c14
permissions -rw-r--r--
fix nav-float bug with nested lists
<h1>A Mako template!</h1>

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