templates/index.tmpl
author Tero Marttila <terom@fixme.fi>
Mon, 16 Feb 2009 00:52:20 +0200
changeset 131 67f5d2fdca1d
parent 71 e909bde831e7
permissions -rw-r--r--
rename config.PREF_TIMEZONE_FALLBACK, add Cookie expire/path info, and move the hg version stuff into the template/helpers
<%inherit file="layout.tmpl" />

<div id="title">Available Channels</div>

<ul>
% for channel in channel_list :
    <li><a href="${urls.channel.build(req, channel=channel)}">${channel.title}</a></li>
% endfor
</ul>