{{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.Content|Str2Html}}
{{include "sidebar.html"}}
{{include "footer.html"}}{{include "js.html"}}