<% if $ArchiveYear %> <%t Blog.Archive "Archive" %>: <% if $ArchiveDay %> $ArchiveDate.Nice <% else_if $ArchiveMonth %> $ArchiveDate.format("F, Y") <% else %> $ArchiveDate.format("Y") <% end_if %> <% else_if $CurrentTag %> <%t Blog.Tag "Tag" %>: $CurrentTag.Title <% else_if $CurrentCategory %> <%t Blog.Category "Category" %>: $CurrentCategory.Title <% else %> $Title <% end_if %>
$Content
<% if $PaginatedList.Exists %>
<% loop $PaginatedList %>
<% include PostSummary %>
<% end_loop %>
<% else %>
<%t Blog.NoPosts "There are no posts" %>
<% end_if %>