templates/channel_date.tmpl
author Tero Marttila <terom@fixme.fi>
Mon, 09 Feb 2009 06:04:27 +0200
changeset 56 69494e4a5ecc
parent 50 f13cf27a360b
child 65 8b50694f841e
permissions -rw-r--r--
tweak layout slightly
<%inherit file="channel.tmpl" />

<div id="title">${channel.title} :: Logs for ${h.fmt_date(date)}</div>

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