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

{{if .Content}}{{.Content.Title}}{{end}}

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