#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
热门文章
#articles()
#for(article : articles)
#end
#end
#end
#(comment.content ??)
回复