{{define "project.html"}} {{template "public_shell_start" .}} {{template "project_content" .}} {{template "public_shell_end" .}} {{end}} {{define "project_partial.html"}} {{template "public_nav_oob" .}} {{template "project_content" .}} {{end}} {{define "project_content"}}

{{.Project.Category}} ยท {{.Project.Status}}

{{.Project.Title}}

Location

{{.Project.Location}}

Year

{{.Project.Year}}

Type

{{.Project.Category}}

Status

{{.Project.Status}}

Scope

{{.Project.Scope}}

{{.Project.Summary}}

{{.Project.Description}}

{{range .Project.Images}} {{end}}
{{end}}