{{ 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" . }}
{{ $address_geolocation := .Params.contact_details.postal_address.geolocation }} {{ if and $address_geolocation.longitude $address_geolocation.latitude }} {{ partial "locations/map.html" (dict "locations" (slice .) "title" .Title )}} {{ end }} {{ end }}