templates/main.tmpl
author Tero Marttila <terom@fixme.fi>
Sat, 07 Feb 2009 03:00:11 +0200
changeset 18 0e701fbd6760
parent 6 5565d94da522
permissions -rw-r--r--
fix nav-float bug with nested lists
#extends layout
#def page_content
<h1>Main Page</h1>

<p>This is the main page...</p>
#end def