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

{{.Content.Title}}

{{.Content.Description}}

{{ParseTime .Content.CreatedAt "2006-01-02"}} {{if .Content.Author}}{{.Content.Author}}{{end}} {{if .Content.ColumnName}}{{.Content.ColumnName}}{{end}}
{{if .Content.Img}}{{.Content.Title}}{{end}} {{if .Content.Ext}}
{{range $k, $v := .Content.Ext}}
{{ $k }}:{{ $v }}
{{end}}
{{end}}
{{.Content.Content|Str2Html}}
{{if .Content.Tags}}
{{range .Content.Tags}}{{.Name}}{{end}}
{{end}}
{{if .Prev}}上一篇:{{.Prev.Title}}{{end}} {{if .Next}}下一篇:{{.Next.Title}}{{end}}
{{end}}
{{include "footer.html"}} {{include "js.html"}}