#include("./layout.html") #@layout() #define content()
#articlePage() #for(article : articlePage.list)

#(article.title ??)

#(article.view_count)
#(article.comment_count)
#date(article.created)
#end #articlePaginate() #end #end
#end