{{ define "main" }} {{ partial "locations/hero-single.html" . }}
{{ with .Params.summary }}{{ end }} {{ partial "locations/summary.html" (dict "context" . "block_wrapped" true ) }} {{ partial "contents/list.html" . }} {{ partial "partials/locations/diplomas.html" . }}
{{ if and .Params.contact_details.geolocation.longitude .Params.contact_details.geolocation.latitude }} {{ partial "locations/map.html" (dict "locations" (slice .) "popup_opened" true )}} {{ end }} {{ end }}