{{template "header.html" .}}
{{template "nav.html" .}} {{template "bread.html" .}}
相关内容
{{range .all}}
{{.Name}}
{{end}}
{{if gt .page .pageCount}} 当前没有查询到数据 {{end}} {{if le .page .pageCount}} {{end}}
{{template "sidebar" .}}
{{template "footer.html" .}} {{template "js.html" .}}