templates/channel.tmpl
changeset 50 f13cf27a360b
parent 49 aaa62c8e5bd5
child 52 dcb67a8f24be
--- a/templates/channel.tmpl	Sun Feb 08 04:59:22 2009 +0200
+++ b/templates/channel.tmpl	Mon Feb 09 00:24:13 2009 +0200
@@ -45,11 +45,8 @@
 </ul>
 </%def>
 
-<h1>${channel.title} &raquo; Last ${count} lines</h1>
+${next.body()}
 
-<pre>
-% for line in lines :
-${line | h}
-% endfor
-</pre>
-
+<%def name="footer_right()">
+    All times are in <strong>${h.tz_name(formatter.tz)}</strong>
+</%def>