### 首页轮播广告
#include("_carousel.html")
### 分享
#for(x : shareList)
#date(x.createAt)
### #(x.clickCount)
#(x.likeCount)
#end
### 反馈
#for(x : feedbackList)
#date(x.createAt)
### #(x.clickCount)
#(x.likeCount)
#end
### 项目
#setLocal(i=0, j=0)
#for(x : projectList)
#if(for.first || ++i % 4 == 0)
#end
#--
### 305
25
99
--#
#if(for.last || ++j % 4 == 0)
#end
#end
#include("_sidebar.html")
#end