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

{{ $title }}

{{- if (partial "GetTextFromHTML" .Params.description_short) -}}

{{ partial "PrepareHTML" .Params.description_short }}

{{- end -}}
{{- if .Params.image -}} {{- partial "commons/image.html" (dict "image" .Params.image "mobile" "351x291" "tablet" "334x167" "desktop" "634x317" ) -}} {{- else -}} {{- partial "commons/image-default.html" -}} {{- end -}}