- 首页
- 图书
{{range .books}}
{{substring .Desc 180 "..."}} [...]
{{else}}
暂无图书
{{end}}
{{if .page}}
{{end}}
{{include "common/my_info.html" .}}
{{include "sidebar/view_rank.html" (parseJSON `{"rank_title":"今日阅读排行","objtype":5,"limit":10,"rank_type":"today"}`)}}
{{if .pos_ad.right2}}
{{end}}
{{include "sidebar/view_rank.html" (parseJSON `{"rank_title":"一周阅读排行","objtype":5,"limit":10,"rank_type":"week"}`)}}
{{end}}
{{define "js"}}
{{if .pos_ad.right1}}
{{if eq .pos_ad.right1.AdType 1}}
{{noescape .pos_ad.right1.Code}}
{{end}}
{{end}}
{{end}}