diff -r e94ab812c0c8 -r 185504387370 templates/channel.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/channel.tmpl Sun Feb 08 03:23:25 2009 +0200 @@ -0,0 +1,48 @@ +<%inherit file="layout.tmpl" /> + +<%def name="menu()"> + + + +

${channel.title} » Last ${count} lines

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