{{include "header.html"}} {{include "nav.html"}} {{if index .ThemesExt "show_breadcrumb"}} {{if .Nav}} {{end}} {{end}}
{{if eq .Type "search"}}

搜索结果:{{index .Request.Query "key"}}

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

标签:{{index .Request.Query "tag"}}

{{else if .Single}}

{{.Single.Name}}

{{if .Single.Description}}

{{.Single.Description}}

{{end}} {{else if .CurrentColumn}}

{{.CurrentColumn.Title}}

{{if .CurrentColumn.Description}}

{{.CurrentColumn.Description}}

{{end}} {{end}}
{{if .List}} {{if or (eq .CurrentColumn.Slug "news") (eq .CurrentColumn.Slug "notice")}} {{else}} {{end}} {{if .Pager.Enabled}}
{{else if not .List}}
暂无内容
{{end}} {{end}}
{{if index .ThemesExt "show_sidebar"}} {{include "sidebar.html"}} {{end}}
{{include "footer.html"}} {{include "js.html"}}