{{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

Projects

{{range .Projects}}

Gallery

{{range .Images}}
{{.Caption}}
{{end}}
{{end}}
{{end}}