<#macro comments commentList article>

{ Leave a Reply ? }

    <#list commentList as comment>
  1. ${comment.commentName} <#if "http://" == comment.commentURL> ${comment.commentName} <#else> ${comment.commentName}

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

    <#if article.commentable>
<#if article.commentable>

Leave a Reply

Your email address will not be published.

<#else>
The Comments Closed!
<#macro comment_script oId>