{{.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}}