{{template "widgets/head.html" .}}
{{template "widgets/header.html" .}}
{{if .Recommends}}

最新推荐  |  我的收藏 更多

{{range $idx,$item:=.Recommends}} {{$item.BookName}}
{{$item.BookName}}
{{end}}
{{if (ads "index-under-latest-recommend" $.IsMobile)}}
{{str2html (ads "index-under-latest-recommend" $.IsMobile)}}
{{end}}
{{end}}
{{if eq .SHOW_CATEGORY_INDEX "true"}}
{{else}}
{{end}} {{range $idx,$cate:=.Cates}} {{if and (eq $cate.Pid 0) (gt $cate.Cnt 0)}}
{{range $idx1,$children:=$.Cates}} {{if and (gt $children.Cnt 0) (eq $cate.Id $children.Pid)}} {{end}} {{end}}
{{end}} {{end}}
{{template "widgets/footer.html" .}}