<{foreach from=$block.contents item=content}>
  • <{$content.subject}>(<{$content.cat_title}>)
     <{$content.created_time_formatted}> <{if $block.display_body && $content.body}>
    <{$content.body|strip_tags|truncate:"100"}>
    <{/if}>
  • <{/foreach}>