{{template "widgets/head.html" .}}
{{template "widgets/header.html" .}}
{{if (ads "explore-under-nav" $.IsMobile)}}
{{str2html (ads "explore-under-nav" $.IsMobile)}}
{{end}} {{if .Cates}}
分类: 不限 {{range .Cates}} {{if and (eq .Pid 0) (gt .Cnt 0)}} {{.Title}} {{end}} {{end}} {{if gt $.Cid 0}}
{{range .Cates}} {{if and (eq .Pid $.Pid) (gt .Cnt 0)}} {{.Title}} {{end}} {{end}}
{{end}}
{{end}} {{if .Cate.Intro}}
{{.Cate.Title}},{{.Cate.Intro}}
{{end}}
{{range $index,$item := .Lists}} {{/*
*/}}
{{$item.BookName}}
{{$item.BookName}}
{{/*
*/}} {{/**/}} {{/*作者*/}} {{/*-*/}} {{/*{{$item.CreateName}}*/}} {{/**/}} {{/*
*/}}
{{end}}
{{if (ads "explore-before-pagination" $.IsMobile)}}
{{str2html (ads "explore-before-pagination" $.IsMobile)}}
{{end}} {{if (ads "explore-under-pagination" $.IsMobile)}}
{{str2html (ads "explore-under-pagination" $.IsMobile)}}
{{end}}
{{template "widgets/footer.html" .}}