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