{{include "header.html"}} {{include "nav.html"}} {{include "bread.html"}}
{{if .Single}}

{{.Single.Title}}

{{.Single.Description}}

{{else if eq .Type "search"}}

搜索结果

{{if and .Request .Request.Query.key}}

关键词:{{.Request.Query.key}}

{{else}}

{{.Description}}

{{end}} {{else}}

{{.Title}}

{{.Description}}

{{end}}
{{.Pager.TotalItems}} 条内容
{{range .List}} {{end}}
{{if .Pager.Enabled}} {{end}}
{{include "sidebar.html"}}
{{include "footer.html"}} {{include "js.html"}}