<% _t('BlogSummary_ss.POSTEDBY', 'Posted by') %> $Author.XML <% _t('BlogSummary_ss.POSTEDON', 'on') %> $Date.Long | $Comments.Count <% _t('BlogEntry_ss.COMMENTS', 'Comments') %>
<% if TagsCollection %>
<% _t('BlogSummary_ss.TAGS','Tags') %>:
<% loop TagsCollection %>
$Tag<% if not Last %>,<% end_if %>
<% end_loop %>
<% end_if %>
<% if BlogHolder.ShowFullEntry %>
$Content
<% else %>
$Content.FirstParagraph(html)
<% end_if %>
|
<% _t('BlogSummary_ss.READFULLPOST','Read the full post') %>