<#macro comments commentList article>

${Comments}
${commentList?size} Comments Contributed by Visitors

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

    <#if comment.isReply> @${comment.commentOriginalCommentName}
    ${comment.commentContent}

<#if article.commentable>
validate

<#macro comment_script oId>