templates/channel_date.tmpl
changeset 50 f13cf27a360b
child 56 69494e4a5ecc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/channel_date.tmpl	Mon Feb 09 00:24:13 2009 +0200
@@ -0,0 +1,9 @@
+<%inherit file="channel.tmpl" />
+
+<h1>${channel.title} &raquo; Logs for ${h.fmt_date(date)}</h1>
+
+% for line in lines :
+${line}\
+% endfor
+
+