terom@50: <%inherit file="channel.tmpl" /> terom@50: terom@50:

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

terom@50: terom@50: % for line in lines : terom@50: ${line} terom@50: % endfor terom@50: terom@50: