{{ define "main" }} {{ partial "locations/hero-list.html" . }}
{{ partial "locations/summary.html" (dict "with_container" true "context" . ) }} {{ partial "contents/list.html" . }}
{{ partial "locations/locations.html" . }} {{ partial "commons/pagination.html" . }}
{{ if site.Params.locations.index.map }} {{ $locations := .Pages }} {{ partial "locations/map.html" (dict "locations" $locations )}} {{ end }}
{{ end }}