templates/channel_last.tmpl
changeset 70 72edbbb414a7
parent 69 1f182913b1f2
child 80 a0662cff1d9d
equal deleted inserted replaced
69:1f182913b1f2 70:72edbbb414a7
       
     1 <%inherit file="channel.tmpl" />
       
     2 
       
     3 <div id="title">${channel.title} :: Last ${count} lines</div>
       
     4 
       
     5 <a href="${h.build_url(urls.channel_last, channel=channel, count=count+50)}" class='more-link'>...More...</a>
       
     6 <%include file="lines.tmpl" />