$Title
<% _t('BlogEntry_ss.POSTEDBY', 'Posted by') %> $Author.XML <% _t('BlogEntry_ss.POSTEDON', 'on') %> $Date.Long | ApprovedComments.Count <% if ApprovedComments.Count = 1 %><% _t('BlogEntry_ss.COMMENT', 'Comment') %><% else %><% _t('BlogEntry_ss.COMMENTS', 'Comments') %><% end_if %>
<% if TagsCollection %>
<% _t('BlogEntry_ss.TAGS', 'Tags:') %>
<% loop TagsCollection %>
$Tag<% if not Last %>,<% end_if %>
<% end_loop %>
<% end_if %>
$Content