{#if post.authorAvatarCid} avatar of {post.displayName} {:else}
{post.displayName.charAt(0).toUpperCase()}
{/if}
{#if post.replyingUri} {/if} {#if post.quotingUri} {/if}
{@html renderRichText(post.text, post.facets)}
{#if post.externalLink} {#if post.externalLink.thumb} {post.externalLink.title} {/if} {/if} {#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} Post GIF {/if}
{#if lightboxImage && post.imagesCid} {/if}