#define defaultArticleCommentPage()
#if(option("article_comment_enable","true") && article.comment_status)
#if(option("article_comment_vcode_enable","true")) #end
#end

全部评论

#commentPage() #for(comment : commentPage.list ??) #include("defaultArticleCommentItem.html") #end #end
#commentPaginate(anchor="comments") #end
#end