${recentCommentsLabel}
<#list recentComments as comment>-
<#if "http://" == comment.commentURL>
${comment.commentName}
<#else>
${comment.commentName}
#if>
${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")}
${viewLabel}
${comment.commentContent}
#list>