{{range .Sections}} {{if eq .Level 1}}

{{.Heading}}{{if .EditURL}} edit{{end}}

{{else if eq .Level 2}}

{{.Heading}}{{if .EditURL}} edit{{end}}

{{else}}

{{.Heading}}{{if .EditURL}} edit{{end}}

{{end}} {{if .Body}}{{.Body}}{{end}} {{if .Photos}}
{{range .Photos}} {{end}}
{{end}} {{end}}