templates/channel_date.tmpl
changeset 69 1f182913b1f2
parent 65 8b50694f841e
child 76 cc3ab2c39ded
equal deleted inserted replaced
68:8157c41b3236 69:1f182913b1f2
     1 <%inherit file="channel.tmpl" />
     1 <%inherit file="channel.tmpl" />
     2 
     2 
     3 <div id="title">${channel.title} :: Logs for ${h.fmt_date(date)}</div>
     3 <div id="title">${channel.title} :: Logs for ${h.fmt_date(date)}</div>
     4 
     4 
     5 % for line in lines :
     5 <%include file="lines.tmpl" />
     6 ${line}
       
     7 % endfor
       
     8 
       
     9