templates/channel_date.tmpl
author Tero Marttila <terom@fixme.fi>
Mon, 09 Feb 2009 07:15:19 +0200
changeset 62 e7ca94b94a4e
parent 56 69494e4a5ecc
child 65 8b50694f841e
permissions -rw-r--r--
add prefs to render context, and remove old timezone/formatter from it
<%inherit file="channel.tmpl" />

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

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