{#if data.reposted}
{/if} {#if data.replyTo}
{/if}
{#if data.author.href} {#if data.author.displayName}
{data.author.displayName}
{/if}
@{data.author.handle}
{:else}
{data.author.displayName}
@{data.author.handle}
{/if}
{#if logo} {@render logo?.()} {/if}
{#if data.htmlContent} {@html data.htmlContent} {:else} {@render children?.()} {/if} {#if data.embed} {/if} {#if showReply || showRepost || showLike || showBookmark || customActions}
{#if showReply} {#if data.replyCount} {numberToHumanReadable(data.replyCount)} {/if} {/if} {#if showRepost} {#if data.repostCount} {numberToHumanReadable(data.repostCount)} {/if} {/if} {#if showLike} {#if liked} {:else} {/if} {#if data.likeCount} {numberToHumanReadable(data.likeCount)} {/if} {/if} {#if showBookmark} Bookmark {#if bookmarked} {:else} {/if} {/if} {@render customActions?.()}
{/if}