{{template "layout/base" .}} {{define "content"}} {{ if .post.PostContent}}

{{.post.PostTitle}}

{{.post.PostContent|unescaped}}
发布于 {{if .post.CategoriesHtml}} 分类 {{.post.CategoriesHtml|unescaped}} {{end}} {{if .post.TagsHtml}} 标签 {{.post.TagsHtml|unescaped}} {{end}}
{{ if .showComment}}
{{ if gt .post.CommentCount 0}}

《{{.post.PostTitle}}》上有{{.post.CommentCount}}条评论

{{end}} {{if eq .post.CommentStatus "open"}}

发表回复

您的电子邮箱地址不会被公开。

{{else}}

评论已关闭。

{{end}}
{{end}}
{{else}} {{template "layout/empty"}} {{end }} {{end}}