{{template "admin/layout/base.html" .}}
用户总数
{{.TotalUsers}}
帖子总数
{{.PostTotal}}
已发布 {{.PostApproved}}待审核 {{.PostPending}}
当前角色
{{.RoleDisplayName}}
会话存储后端
{{if eq .StoreType "redis"}}Redis{{else}}内存{{end}} {{if .StoreDegraded}}已降级{{end}}
{{if .DegradedNote}}
{{.DegradedNote}}
{{end}} {{if ge .ActiveSessions 0}}
活跃会话数:{{.ActiveSessions}}
{{end}}

快速开始

{{template "admin/layout/footer.html" .}}