{{include "header.html"}} {{include "nav.html"}} {{if index .ThemesExt "show_breadcrumb"}} {{if .Nav}} {{end}} {{end}} {{if .Content}}

{{.Content.Title}}

{{if .Content.Author}}发布人:{{.Content.Author}}{{end}} · 浏览:{{default .Content.Views 0}} · 发布时间:{{ParseTime .Content.CreatedAt "2006-01-02 15:04:05"}}
{{.Content.Content|Str2Html}}
{{if .Content.Tags}}
相关标签
{{range .Content.Tags}} {{.Name}} {{end}}
{{end}} {{if or .Prev .Next}}
上一篇
{{if .Prev}} {{.Prev.Title}} {{if .Prev.Description}}

{{StrLimit .Prev.Description 80 "…"}}

{{end}} {{else}}
没有更多内容了
{{end}}
下一篇
{{if .Next}} {{.Next.Title}} {{if .Next.Description}}

{{StrLimit .Next.Description 80 "…"}}

{{end}} {{else}}
已经是最后一篇
{{end}}
{{end}} {{if Related .Content.Id 6}}

相关推荐

{{end}}
{{if index .ThemesExt "show_sidebar"}} {{include "sidebar.html"}} {{end}}
{{end}} {{include "footer.html"}} {{include "js.html"}}