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

{{.Single.Title}}

{{if .Single.Description}}

{{.Single.Description}}

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

搜索结果

{{if .Request.Query.key}}

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

{{else}}

{{.Description}}

{{end}} {{else}}

{{.Title}}

{{.Description}}

{{end}}
{{.Pager.TotalItems}} 篇文章
{{range .List}}

{{.Title}}

{{.Description}}

{{if .User.URL}} {{.Author}} {{else}} {{.Author}} {{end}} {{ParseTime .CreatedAt "2006-01-02"}} {{.Views}} 阅读
{{if .Tags}}
{{range .Tags}} {{.Name}} {{end}}
{{end}}
{{end}}
{{if .Pager.Enabled}} {{end}}
{{include "sidebar.html"}}
{{include "footer.html"}} {{include "js.html"}}