% if ( my $tag_text = $self->data->{ tag_text } ) { <%= markdown $tag_text %> % } % for my $page ( @$pages ) {

<%== $page->title %>

Tags: % for my $tag ( $page->tags ) { % }

% if ( $page->links( 'crosspost' ) ) {

Originally posted as: % for my $link ( $page->links( 'crosspost' ) ) { <%= $page->title %> on <%= $link->title %>. % }

% }
% my @sections = $page->sections; <%= $sections[0] %> % if ( @sections > 1 ) {

Continue reading <%= $page->title %>...

% }
% } % if ( $site->data->{disqus}{shortname} ) { % } % content tags => begin % end % if ( my @links = $self->links( 'feed' ) ) { % content feeds => begin

Feeds

% end % }