<#macro comments commentList article>
<#list commentList as comment>
${comment.commentName}
<#if "http://" == comment.commentURL> ${comment.commentName} <#else> ${comment.commentName}
${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")} <#if comment.isReply> @ ${comment.commentOriginalCommentName}
<#if article.commentable>
${comment.commentContent}
<#if article.commentable>
${commentNameLabel}
${commentEmailLabel}
${commentURLLabel}
validate
<#macro comment_script oId>