[% SET page_title = 'Archives for ' _ day.strftime('%A, %d %B %Y') %]
Daily archive for [% day.strftime('%A, %d %B %Y') %]
[% INCLUDE 'inc/next_prev.tt' %]
[% FOREACH post IN posts %]
[% INCLUDE 'inc/post_teaser.tt'
post = post
%]
[% END %]
[% INCLUDE 'inc/next_prev.tt' %]