<%== $self->title %>

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

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

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

% }
% my @sections = $self->sections; % for my $i ( 0..$#sections ) {
<%= $sections[$i] %>
% } % if ( $site->data->{disqus}{shortname} ) {

Comments

% }

Comments

% content tags => begin % end