<% if $Categories.exists %>
<%t Blog.PostedIn "Posted in" %>
<% loop $Categories %>
$Title<% if not Last %>, <% else %>;<% end_if %>
<% end_loop %>
<% end_if %>
<% if $Tags.exists %>
<%t Blog.Tagged "Tagged" %>
<% loop $Tags %>
$Title<% if not Last %>, <% else %>;<% end_if %>
<% end_loop %>
<% end_if %>
<% if $Comments.exists %>
<%t Blog.Comments "Comments" %>
$Comments.count
;
<% end_if %>
<%t Blog.Posted "Posted" %>
$PublishDate.ago
<% if $Credits %>
<%t Blog.By "by" %>
<% loop $Credits %>
<% if not $First && not $Last %>, <% end_if %>
<% if not $First && $Last %> <%t Blog.AND "and" %> <% end_if %>
<% if $URLSegment %>
$Name.XML
<% else %>
$Name.XML
<% end_if %>
<% end_loop %>
<% end_if %>