{#if post.replyingUri}
replying to {post.replyingUri.repo}
{/if}
{#if post.quotingUri}
quoting {post.quotingUri.repo}
{/if}
{post.text}
{#if post.imagesCid && post.imagesCid.length > 0}

{#if post.imagesCid.length > 1}
{#each post.imagesCid as _, i}
{/each}
{/if}
{/if}
{#if post.videosLinkCid}
{/if}