{{ if .title }}
{{ $title = partial "PrepareHTML" .title -}}
{{ if $options.logo }}
{{- if and .url $options.link }} {{ end -}} {{- $title -}} {{- if .url }} {{ end -}}
{{ end -}} {{ if and $options.summary .summary }}{{ partial "PrepareHTML" .summary }}
{{ end }}
{{- if .logo -}}
{{- partial "commons/image.html"
(dict
"image" .logo
"alt" $title
"sizes" site.Params.image_sizes.blocks.organizations
) -}}
{{- end -}}
{{- end -}}