templates/channel_date.tmpl
changeset 56 69494e4a5ecc
parent 50 f13cf27a360b
child 65 8b50694f841e
equal deleted inserted replaced
55:5667d2bbdc50 56:69494e4a5ecc
     1 <%inherit file="channel.tmpl" />
     1 <%inherit file="channel.tmpl" />
     2 
     2 
     3 <h1>${channel.title} &raquo; Logs for ${h.fmt_date(date)}</h1>
     3 <div id="title">${channel.title} :: Logs for ${h.fmt_date(date)}</div>
     4 
     4 
     5 % for line in lines :
     5 % for line in lines :
     6 ${line}\
     6 ${line}\
     7 % endfor
     7 % endfor
     8 
     8