{{.post.PostTitle}}
{{.post.PostContent|unescaped}}
{{template "layout/base" .}} {{define "content"}} {{ if .post.PostContent}} {{if .post.Thumbnail.Path}}
《{{.post.PostTitle}}》上有{{.post.CommentCount}}条评论
{{.comments|unescaped}}
{{end}} {{if eq .post.CommentStatus "open"}} {{else}}评论已关闭。
{{end}}