{{ safeHTML (partial "CorrectPunctuation" .Title) }}
{{ if .Params.image }}
{{ partial "commons/image.html"
(dict
"image" .Params.image
"class" "img-fluid"
"sizes" site.Params.image_sizes.sections.persons.hero_single
)}}
{{ end }}