{{template "layout/base" .}} {{define "content"}} {{ if and (.post) (gt .post.Id 0)}}
{{if .post.Thumbnail.Path }}
{{end}}

{{.post.PostTitle}}

{{.post.PostContent|unescaped}}
{{ if .showComment}}
{{ if ne .comments ""}}

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

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

发表回复

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

{{else}}

评论已关闭。

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