{{template "widgets/head.html" .}}
{{template "widgets/header.html" .}}
搜索
{{if .Recommends}}
最新推荐
|
我的收藏
猿生不能只有
Ctrl + C
和
Ctrl + V
,还要有
Ctrl + D
更多
{{range $idx,$item:=.Recommends}}
{{$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"}}
分类索引
全部分类
{{range $idx,$cate:=.Cates}} {{if and (eq $cate.Pid 0) (gt $cate.Cnt 0)}}
{{$cate.Title}}
{{end}} {{end}}
{{else}}
{{end}} {{range $idx,$cate:=.Cates}} {{if and (eq $cate.Pid 0) (gt $cate.Cnt 0)}}
{{$cate.Title}}
{{range $idx1,$children:=$.Cates}} {{if and (gt $children.Cnt 0) (eq $cate.Id $children.Pid)}}
{{$children.Title}} ({{$children.Cnt}})
{{$children.Intro}}
{{end}} {{end}}
{{end}} {{end}}
{{template "widgets/footer.html" .}}