#include("./_layout.html") #@mylaout() #define script() #end #define content()

#(article.title)

#(article.view_count ?? 0)人浏览 / #(article.comment_count ?? 0)人评论
#(article.content)
#relevantArticles(article)

相关文章

#for(article :relevantArticles ) #end
#end
#if(option('article_comment_vcode_enable')) 验证码: #end

全部评论

#commentPage() #for(comment : commentPage.list)
#(comment.author)
#(comment.created )
#(comment.content)
#if(comment.parent)
#(comment.parent.author)
#(comment.parent.created)
#(comment.parent.content)
#end
#end #end #commentPaginate(anchor="allComment") #end
#include("_rightbar.html")
#end