{foreach from=$entries item="entry"} {if $showtitle}
{$entry.title|escape}
{/if}
{$entry.body}
{if $showext}
{$entry.extended}
{/if}
{/foreach}