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

#(article.title ??)

#(article.user.nickname ??) #(article.user.nickname ??)
#date(article.created)
#(article.view_count)
#(article.comment_count)
#(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.parent.author ??)
#(comment.parent.author ??)
#date(comment.parent.created)
#(comment.parent.content ??)
#(comment.author ??)
#(comment.author ??)
#date(comment.created)
#(comment.content ??)
#end #end #commentPaginate(anchor="comments") #end #end
#end