{{include "header.html"}} {{include "nav.html"}} {{if index .ThemesExt "show_breadcrumb"}} {{if .Nav}} {{end}} {{end}} {{if .Content}}
{{.Content.ColumnName}} · {{ParseTime .Content.CreatedAt "2006-01-02"}}

{{.Content.Title}}

{{if .Content.Description}}

{{.Content.Description}}

{{end}}
{{if .Content.Img}}
{{.Content.Title}}
{{end}}
{{.Content.Content|Str2Html}}
{{if .Content.Tags}}
{{range .Content.Tags}} {{.Name}} {{end}}
{{end}} {{if or .Prev .Next}} {{end}}
{{if index .ThemesExt "show_sidebar"}} {{include "sidebar.html"}} {{end}}
{{end}} {{include "footer.html"}} {{include "js.html"}}