{{define "admin_projects.html"}} {{template "admin_shell_start" .}} {{template "admin_projects_panel" .}} {{template "admin_shell_end" .}} {{end}} {{define "admin_projects_partial.html"}} {{template "admin_tabs_oob" .}} {{template "admin_flash_oob" .}} {{template "admin_projects_panel" .}} {{end}} {{define "admin_projects_panel"}} Add Project Featured Create project Projects {{range .Projects}} Featured {{.Description}} Save Delete project Gallery {{range .Images}} Remove {{end}} Add image {{end}} {{end}}