{{define "admin_main.html"}} {{template "admin_shell_start" .}} {{template "admin_main_panel" .}} {{template "admin_shell_end" .}} {{end}} {{define "admin_main_partial.html"}} {{template "admin_tabs_oob" .}} {{template "admin_flash_oob" .}} {{template "admin_main_panel" .}} {{end}} {{define "admin_main_panel"}} Main Content Hero title Hero subtitle Intro title About name About role Intro text{{.Content.IntroText}} About bio{{.Content.AboutBio}} Hero image About image Save content {{end}}