{{define "projects.html"}} {{template "public_shell_start" .}} {{template "projects_content" .}} {{template "public_shell_end" .}} {{end}} {{define "projects_partial.html"}} {{template "public_nav_oob" .}} {{template "projects_content" .}} {{end}} {{define "projects_content"}}

Selected work

Projects

A visual index of architectural and interior design work.

{{range .Projects}}
{{.Title}}

{{.Title}}

{{.Year}}

{{.Location}} · {{.Category}} · {{.Status}}

{{.Summary}}

{{end}}
{{end}}