pages/index.tmpl
author Tero Marttila <terom@fixme.fi>
Sat, 07 Feb 2009 02:19:35 +0200
changeset 13 178ea40bbc44
parent 8 0ce1f471e9d7
child 22 54b373345c14
permissions -rw-r--r--
fix unlisted pages and page tree recursion
<h1>A Mako template!</h1>

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