#include("./layout.html") #@layout() #define content()
#if(option('calmlog_slides'))
#end #articles(hasThumbnail=true,count=2)
#for(article : articles)

#(article.title)

#end
#end
#articlePage() #for(article : articlePage.list)

#(article.title)

#maxLength(article.text,100)

阅读更多...

#end #articlePaginate() #end #end
#include("./_rightbar.html")
#end