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

{{.Content.Title}}

{{ParseTime .Content.CreatedAt "2006-01-02"}} {{.Content.Views}} 浏览 {{default .Content.Author .Content.User.Nickname}} {{if .Content.ColumnURL}}{{.Content.ColumnName}}{{end}}
{{if .Content.Img}}
{{.Content.Title}}
{{end}}
{{Str2Html .Content.Content}}
{{if .Content.Tags}}
{{range .Content.Tags}} #{{.Name}} {{end}}
{{end}}
{{if or .Prev .Next}}
{{if .Prev}}
上一篇
{{.Prev.Title}}
{{end}} {{if .Next}}
下一篇
{{.Next.Title}}
{{end}}
{{end}} {{$related := Related .Content.Id 6}} {{if $related}}
相关推荐
{{end}}
{{include "sidebar.html"}}
{{include "footer.html"}} {{include "js.html"}}