{{template "layout/base" .}} {{define "content"}} {{ if gt .post.Id 0}}

{{.post.PostTitle}}

{{.post.PostContent|unescaped}}
{{ if .showComment}}
{{ if gt .post.CommentCount 0}}

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

    {{.comments|unescaped}}
{{end}} {{if eq .post.CommentStatus "open"}}

发表回复

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

{{else}}

评论已关闭。

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