templates/channel_view.tmpl
author Tero Marttila <terom@fixme.fi>
Mon, 09 Feb 2009 07:09:00 +0200
changeset 61 d4b2b2fa9fc5
parent 56 69494e4a5ecc
child 69 1f182913b1f2
permissions -rw-r--r--
fix div#title
<%inherit file="channel.tmpl" />

<div id="title">${channel.title} :: Last ${count} lines</div>

% for line in lines :
${line}
% endfor