{{define "admin-layout"}} {{template "admin-head"}} {{.Title}} - Hold Admin Skip to main content {{template "nav" .}}
{{template "admin-sidebar" .}}
{{if .Flash}}
{{.Flash.Message}}
{{end}} {{block "page-header" .}}{{end}} {{template "admin-sidebar-mobile" .}} {{block "page-content" .}}{{end}}
{{end}}