{section name=i loop=$post}
<div class="{if
$post[i].type}{$post[i].type}{else}listing{/if}">
{if
$post[i].image} <div class="image">
{$post[i].image}</div>{/if}
<div class="content">
{if
$post[i].title}<b>{$post[i].title}</b> <br/>{/if}
{if
$post[i].post}{$post[i].post}{/if}
</div>
</div>
{/section}