{{define "admin/layout"}} {{.Title}} - 姜十三论坛管理后台
姜十三论坛 管理后台
{{if .CurrentUser}} {{.CurrentUser.Nickname}} {{end}} 返回前台
{{if eq .ActiveNav "dashboard"}}{{template "admin_content_dashboard" .}} {{else if eq .ActiveNav "boards"}}{{template "admin_content_boards" .}} {{else if eq .ActiveNav "posts"}}{{template "admin_content_posts" .}} {{else if eq .ActiveNav "comments"}}{{template "admin_content_comments" .}} {{else if eq .ActiveNav "users"}}{{template "admin_content_users" .}} {{else if eq .ActiveNav "settings"}}{{template "admin_content_settings" .}} {{end}}
{{if eq .ActiveNav "boards"}}{{template "admin_scripts_boards" .}} {{else if eq .ActiveNav "posts"}}{{template "admin_scripts_posts" .}} {{else if eq .ActiveNav "comments"}}{{template "admin_scripts_comments" .}} {{else if eq .ActiveNav "users"}}{{template "admin_scripts_users" .}} {{else if eq .ActiveNav "settings"}}{{template "admin_scripts_settings" .}} {{end}} {{end}} {{define "admin_pagination"}} {{if gt .TotalPages 1}} {{end}} {{end}}