{{template "widgets/head.html" .}}
{{template "widgets/header.html" .}}
{{template "setting/menu.html" .}}
我的收藏
{{if $.Cates}}
全部分类 {{range .Cates}} {{if eq .Pid 0}} {{.Title}} {{end}} {{end}}
{{if gt $.Pid 0}}
{{range .Cates}} {{if eq .Pid $.Pid}} {{.Title}} {{end}} {{end}}
{{end}}
{{end}}
{{range .Books}}
{{.Description}}
{{end}}
{{/**/}} {{/**/}}