{{include "header.html"}} {{if .Content}}{{end}} {{include "nav.html"}} {{include "bread.html"}}
{{if .Content.Img}}
{{.Content.Title}}
{{end}}

{{.Content.Title}}

{{ParseTime .Content.CreatedAt "2006-01-02"}} {{.Content.Views}} {{if .Content.Author}} {{.Content.Author}} {{end}} {{if .Content.ColumnURL}} {{.Content.ColumnName}} {{end}}
{{.Content.Content|Str2Html}}
{{if .Content.Tags}}
标签
{{range .Content.Tags}} #{{.Name}} {{end}}
{{end}}
{{if or .Prev .Next}}
{{if .Prev}}
上一篇
{{.Prev.Title}} {{else}}
上一篇
暂无
{{end}}
{{if .Next}}
下一篇
{{.Next.Title}} {{else}}
下一篇
暂无
{{end}}
{{end}} {{$related := Related .Content.Id 4}} {{if $related}}
{{end}}
{{include "sidebar.html"}}
{{include "footer.html"}} {{include "js.html"}}