{#if post.title}

{post.title}

{/if} {#if post.type === 'image' && post.images}
{/if} {#if post.type === 'link' && post.link}
{/if}
{#if post.excerpt}

{post.excerpt}

{/if}