{{.Post.Title}} {{if .Post.AuthorName}} 作者:{{.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}}
评论 0
{{if .IsLoggedIn}}