{{define "title"}}图书{{end}} {{define "content"}}
{{range .books}}
{{.Likenum}}推荐
{{.Cmtnum}}评论
{{.Viewnum}} 阅读

{{.Name}}

{{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}}