{{template "layout/header.html" .}} {{template "layout/nav.html" .}}

{{.Post.Title}}

{{if .Post.AuthorName}} 作者: {{else}} 作者:该用户已注销 {{end}} 阅读:{{.Post.ViewsCount}} 点赞:{{.Post.LikesCount}} 收藏:{{.Post.FavoritesCount}} 评论:{{.Post.CommentsCount}} 发布时间:{{.Post.CreatedAt.Format "2006-01-02 15:04"}} {{if and .Post.IsLocked (eq $.Post.UserID $.UID)}} 已锁定{{if .Post.LockReason}}:{{.Post.LockReason}}{{end}} {{end}} {{if and .Post.PendingBody (eq $.Post.UserID $.UID)}} 修订审核中 {{end}}
{{if .Post.RejectReason}}
退回理由:{{.Post.RejectReason}}
{{end}}
{{if .IsLoggedIn}} {{else}} {{end}}
{{if .IsLoggedIn}}
{{if and $.Post (or (eq $.Post.UserID $.UID) $.CanAccessAdmin) (ne $.Post.Status "pending") (not $.Post.IsLocked)}} 编辑 {{end}} {{if and $.Post (eq $.Post.UserID $.UID) (or (eq $.Post.Status "draft") (eq $.Post.Status "rejected")) (not $.Post.IsLocked)}} {{end}}
{{end}} {{if .Post.AllowComment}}

评论 0

{{if .IsLoggedIn}}
{{else}} {{end}}
{{end}}
{{template "layout/footer.html" .}} {{/* MD 内容安全传递给 JS */}}