{{- $title := partial "PrepareHTML" .Title -}} {{ $heading_tag.open }} {{ $title }} {{ $heading_tag.close }} {{ if and site.Params.posts.index.show_categories $show_category }} {{- partial "posts/categories" . -}} {{ end }} {{ if and site.Params.posts.index.show_description $show_summary }} {{- if (partial "GetTextFromHTML" .Params.summary) -}}

{{ partial "GetTruncateContent" ( dict "text" .Params.summary "length" site.Params.posts.index.truncate_description ) }}

{{- end -}} {{- end -}} {{ if or $show_author $show_date }} {{ end }}