{{- $block := .block }} {{- $term := false -}} {{- $block_class := partial "GetBlockClass" .block -}} {{- with .block.data -}} {{- $show_summary := .show_summary -}} {{- $show_category := .show_category -}} {{- $show_status := .show_status -}} {{- $layout := .layout | default "list" -}} {{ if .category }} {{- $term = site.GetPage (printf "/posts_categories%s" .category) -}} {{ end }}
{{ partial "PrepareHTML" .no_event_message }}
{{ end }}