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

#(article.title)

#maxLength(article.text,100)

阅读更多...

#end #articlePaginate(firstGotoIndex=true) #end #end
#include("./_rightbar.html")
#end