{{include "header.html"}} {{include "nav.html"}} {{include "bread.html"}}
{{if eq .Type "search"}}
搜索结果

{{if .Request}}{{default .Request.Query.key ""}}{{end}}

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

{{.Title}}

{{else if eq .Type "user"}}
作者

{{.Title}}

{{else}}
栏目

{{if .CurrentColumn}}{{.CurrentColumn.Name}}{{else}}{{.Title}}{{end}}

{{if and .Single .Single.Description}}

{{.Single.Description}}

{{end}} {{end}}
共 {{.Pager.TotalItems}} 条
{{range .List}}
{{if .Img}} {{.Title}} {{end}}

{{.Title}}

{{.Description}}

{{ParseTime .CreatedAt "2006-01-02"}} {{if .ColumnURL}}{{.ColumnName}}{{end}}
{{if .Tags}}
{{range .Tags}} #{{.Name}} {{end}}
{{end}}
{{end}} {{if .Pager.Enabled}} {{end}}
{{include "sidebar.html"}}
{{include "footer.html"}} {{include "js.html"}}