{{ define "title" }}
Locations | {{ .Site.Title }}
{{ end }}
{{ define "main-class" }}--section location-map{{ end }}
{{ define "header-scripts" }}
{{ end }}
{{ define "footer-scripts" }}
{{ end }}
{{ define "main-header" }}
{{ end }}
{{ define "main-body" }}
{{- partial "util/render_recursive_list.html.tmpl" ( dict "sc" $ "pc" . "items" $.Site.Data.locations "schemaType" "Place" ) -}}
{{ end }}