{{ $title }}
{{ if $.Site.Params.posts.list.show_categories }} {{- partial "posts/categories" . -}} {{ end }} {{- if (partial "GetTextFromHTML" .Params.description_short) -}} {{ if $.Site.Params.posts.list.truncate_description }}{{ partial "GetTruncateContent" ( dict "text" .Params.description_short "length" $.Site.Params.posts.list.truncate_description ) }}
{{ else }}{{ partial "PrepareHTML" .Params.description_short }}
{{ end }} {{- end -}}