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

{{.Post.Title}}

{{.Post.CreatedAt.Format "2006-01-02 15:04"}} {{if ne .Post.Status "approved"}} {{index $.StatusNames .Post.Status}} {{end}} {{if .Post.IsLocked}} 已锁定 {{end}} {{if and .Post.PendingBody (eq $.Post.UserID $.UID)}} 修订审核中 {{end}}
{{if .Post.RejectReason}}
退回理由:{{.Post.RejectReason}}
{{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}} {{if and $.Post (ne $.Post.UserID $.UID)}} {{end}}
{{end}} {{if .Post.AllowComment}}

评论 0

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