#showEntryText( $entry ) $dateFormatter.applyPattern("hh:mm aa z")
$text.get("macro.weblog.postedby") $entry.creator.userName
@ $dateFormatter.format($entry.pubTime)
#if($website.allowComments)
[
#set( $commentCount = $pageModel.getCommentCount($entry.Id) )
#set( $link = "$ctxPath$entry.permaLink" )
Comments [$commentCount]
]
#if ($pageHelper.isUserAuthorizedToAuthor())
[Edit]
#end
#end