<% 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 $Authors || $AuthorNames %> <%t Blog.By "by" %> <% if $Authors %><% loop $Authors %> $Name.XML<% if not $Last || $Up.AuthorNames %>,<% end_if %> <% end_loop %><% end_if %> <% if $AuthorNames %> $AuthorNames <% end_if %> <% end_if %>