{{ partial "locations/single/hero.html" . }}
{{ with .Params.summary }}{{ end }} {{ partial "locations/single/summary.html" (dict "context" . "block_wrapped" true ) }} {{ partial "contents/list.html" . }} {{ partial "partials/locations/single/diplomas.html" . }}
{{ $address_geolocation := .Params.contact_details.postal_address.geolocation }} {{ if and $address_geolocation.longitude $address_geolocation.latitude }} {{ partial "locations/partials/map.html" (dict "locations" (slice .) "title" .Title )}} {{ end }}