diff -r 71ab68f31a1c -r 9585441a4bfb sites/irclogs.qmsk.net/templates/channel.tmpl --- a/sites/irclogs.qmsk.net/templates/channel.tmpl Sat Feb 07 21:21:10 2009 +0200 +++ b/sites/irclogs.qmsk.net/templates/channel.tmpl Sun Feb 08 00:29:36 2009 +0200 @@ -1,2 +1,9 @@ -

Channel ${channel_name}

+

Channel ${channel.name}

+

Last 10 lines:

+
+% for line in channel.source.get_latest(10) :
+${line}
+% endfor
+
+