{#if post.replyingUri}
replying to {replyingHandle
? `@${replyingHandle}`
: post.replyingUri.repo}
{/if}
{#if post.quotingUri}
quoting {post.quotingUri.repo}
{/if}
{#each post.richText.segments() as segment}
{#if segment.mention}
{segment.text}
{:else if segment.link}
{segment.text}
{:else if segment.text}
{segment.text}
{/if}
{/each}
{#if post.imagesCid && post.imagesCid.length > 0}

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

{/if}