{#if post.authorAvatarCid} avatar of {post.displayName} {/if}
{#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}
Post Image {currentImageIndex + 1} of {post.imagesCid.length} {#if post.imagesCid.length > 1}
{#each post.imagesCid as _, i}
{/each}
{/if}
{/if} {#if post.videosLinkCid} {/if} {#if post.gifLink} Post GIF {/if}