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