{{define "admin/moderation"}} {{template "base/head" .}} {{template "base/navbar" .}}

内容审核

{{template "admin/nav" .}} {{template "base/alert" .}}

待审帖子({{len .Posts}})

{{if .Posts}} {{else}}

无待审帖子

{{end}}

待审评论({{len .Comments}})

{{if .Comments}} {{else}}

无待审评论

{{end}}
{{template "base/footer" .}} {{end}}