<{foreach item=thisblock from=$block.blocks}>
<{if $thisblock.title != ""}>

<{$thisblock.title}>

<{/if}>
<{$thisblock.content}>
<{/foreach}>