#include("./layout.html") #@layout() #define content()
#articleSearchPage() #if(articlePage && articlePage.list.size() > 0) #for(article : articlePage.list)

#(article.title)

#maxLength(article.text,100)

阅读更多...

#end #articleSearchPaginate(firstGotoIndex=true) #end #else
没有找到关于 #(keyword ??) 的任何文章
#end #end
#include("./_rightbar.html")
#end