{if post_index < 3}
{if post.type == 1 || post.type == 5}
{if !!post.title}
${post.title|escape}
{/if}
{if !!post.digest}${post.digest}{/if}
{/if}
{if post.type == 2}
{/if}
{if post.type == 3}
{if !!post.showimages}{/if}
{/if}
{if post.type == 4}
{if !!post.showimages}{/if}
{/if}
{if post.type == 6}
{/if}
{/if}
{/list}
{else}