{#if post.authorAvatarCid} avatar of {post.displayName} {/if}
{#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}
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}