<%inherit file="base.html" /> <%block name="title">${ conf.sitename } – Artikelübersicht <%block name="content">
% for year in archivesfor(env.globals.entrylist): % for month in year: % if loop.first: % else: % endif % for entry in month.items: % endfor % endfor % endfor
${ str(year) + ' ' + month.full }${ month.full }
${ entry.date.day } ${ entry.title }