{{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}}
{{if .Content}}{{.Content.Content|Str2Html}}{{end}}
{{if and .Content .Content.Tags}}
{{range .Content.Tags}}
#{{.Name}}
{{end}}
{{end}}