{{ $options := .options | default site.Params.organizations.index.options }} {{ $organization := .organization }} {{ $heading_level := .heading_level | default 2 }} {{ $heading_tag := partial "GetHeadingTag" (dict "level" $heading_level "attributes" "class='organization-title'" )}} {{ $with_geolocation := .with_geolocation | default false }} {{ with $organization }} {{ $title := partial "PrepareHTML" .Title }}
{{ $heading_tag.open }} {{- if $options.link -}} {{- end -}} {{ $title }} {{- if $options.link -}} {{- end -}} {{ $heading_tag.close }} {{ if and $options.summary .Params.summary }}
{{ safeHTML .Params.summary }}
{{ end }} {{ if and $options.address .Params.contact_details }} {{ partial "commons/address.html" .Params.contact_details.postal_address }} {{ end }}
{{ if $options.logo }} {{ if $options.logo }} {{ partial "organizations/list/item/image.html" . }} {{ end }} {{ end }}
{{ end }}