[%- meta.wrapper = 'site-wrapper.tt'; IF prev_link OR next_link; meta.title = 'Posts in ' _ date.month_name _ ' ' _ date.year; ELSIF tag; meta.title = 'Posts tagged \'' _ tag _ '\''; ELSE; meta.title = 'Recent posts'; END; %] [%- IF blog_posts.size == 0 %]

No [% IF page_num %]more [% END %]blog posts to display [%- IF prev_link OR next_link %] for this month[% END -%] [%- IF tag %] with this tag[% END -%].

[%- END %] [%- FOREACH post IN blog_posts %]

[% post.title %]

Blogged on [% post.posted.strftime('%H:%M') %] on [% post.posted.day %] [% post.posted.month_abbr %] [% post.posted.year %] by [% '' _ ( post.author.display_name || post.author.username ) _ '' || 'Anonymous' %]

[% post.teaser( 3 ) %]

[%- IF post.discussion %] ([% post.comment_count %] comment[% 's' UNLESS post.comment_count == 1 %]) [%- ELSE %] (comments disabled) [%- END %]

[%- END %] [%- IF prev_link OR next_link %]

« [% prev.month_name %] [% prev.year %]       [% next.month_name %] [% next.year %] »

[%- END %] [%- IF tag %]

View all content tagged '[% tag %]'

[%- END %] [%- IF page_num %]

[%- IF blog_posts.size >= post_count -%] [%- IF post_count == 10 -%] [%- IF tag %] « Older [%- ELSIF author %] « Older [%- ELSE %] « Older [%- END -%] [%- ELSE -%] [%- IF tag %] « Older [%- ELSIF author %] « Older [%- ELSE %] « Older [%- END -%] [%- END -%] [%- END %]       [%- IF page_num > 1 -%] [%- IF post_count == 10 -%] [%- IF tag %] Newer » [%- ELSIF author %] Newer » [%- ELSE %] Newer » [%- END -%] [%- ELSE -%] [%- IF tag %] Newer » [%- ELSIF author %] Newer » [%- ELSE %] Newer » [%- END -%] [%- END -%] [%- END %]

[%- END %]