{{.Content.Title}}
{{ParseTime .Content.CreatedAt "2006-01-02"}}
{{if .Content.Author}}作者:{{.Content.Author}}{{end}}
{{if .Content.ColumnName}}栏目:{{.Content.ColumnName}}{{end}}
{{if .Content.Description}}{{.Content.Description}}
{{end}}
{{.Content.Content|Str2Html}}
{{if .Content.Tags}}
{{range .Content.Tags}}{{.Name}}{{end}}
{{end}}
{{if .Prev}}上一篇{{.Prev.Title}}{{end}}
{{if .Next}}下一篇{{.Next.Title}}{{end}}