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

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

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

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

{{else if .Single}}

{{.Single.Name}}

{{if .Single.Description}}

{{.Single.Description}}

{{end}} {{else}}

列表

{{end}} {{if .List}}
{{range .List}}
{{if .Img}} {{.Title}} {{end}}

{{.Title}}

{{StrSub .Description 150}}

{{ParseTime .CreatedAt "2006-01-02"}} {{if .Views}} {{.Views}} 阅读 {{end}} 阅读更多 →
{{end}}
{{if .Pager.Enabled}}
{{end}} {{else}}

暂无内容

{{end}}
{{include "footer.html"}} {{include "js.html"}}