<%== $self->title %>
Tags:
% for my $tag ( $self->tags ) {
<%== $tag->text %>
% }
% 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 ) {
% }
% if ( $site->data->{disqus}{shortname} ) {
Comments
% }
Comments
% content tags => begin
% end