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

#(article.title ??)

#(article.user.nickname ??)
#date(article.created)
#(article.content ??)
#relevantArticles(article)

相关文章

#for(article :relevantArticles ) #end
#end

相关评论

#if(option('article_comment_vcode_enable')) 验证码: #end
#commentPage() #for(comment : commentPage.list) #if(comment.parent == null)
#(comment.author ??)
#(comment.author ??)
#date(comment.created)

#(comment.content ??)

回复

#else
#(comment.author ??)
#(comment.author ??)
#date(comment.created)
引用来自于 #(comment.parent.author ??) 的内容

#(comment.parent.content ??)

#(comment.content ??)

回复

#end #end #commentPaginate(anchor="comments") #end #end

热门文章

#articles() #for(article : articles) #end #end
#end