{{template "widgets/head.html" .}}
{{template "widgets/header.html" .}}
搜索
{{if .Recommends}}
最新推荐
更多
{{range $idx,$item:=.Recommends}}
{{/*
*/}}
{{$item.BookName}}
{{end}}
{{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" .}}