#if(null != article)
#if(article.allow_comment) #if(null!=login_user) Hi,${login_user.username} 如果你想 注销 ? #end
#else 评论已关闭. #end #set( comments = comments(6) ) #if(!is_empty(comments))
    #for(comment : comments(6).list)
  1. ${article(comment.content)}

    回复
    #if(comment.levels > 0)
      #for(child : comment.children)
    1. ${comment_at(child.parent)}

      ${article(child.content)}

      回复
    2. #end
    #end
  2. #end
#end
#end #include('/comm/tale_comment.html')