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

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

      ${child.content}

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