#include("./layout.html") #@layout() #define script() #end #define css() #end #define content()

#(article.title)

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

相关文章

#for(article :relevantArticles ) #end
#end #@defaultArticleCommentPage()
#include("_rightbar.html")
#end