{{- $title := partial "PrepareHTML" .Title }}

{{- $title -}}

{{- if .Params.description_short }}

{{- chomp (safeHTML (plainify .Params.description_short)) -}}

{{ else if (partial "GetTextFromHTML" .Content) }}

{{- partial "GetTruncateContent" .Content -}}

{{ end -}}
{{- if .Params.image }} {{ partial "commons/image.html" (dict "alt" .Title "image" .Params.image "mobile" "76x76" "tablet" "76x76" "desktop" "76x76" )}} {{ end -}}