{#if data.reposted}
{/if} {#if data.replyTo}
{/if}
{#if showAvatar && data.author.avatar} {/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 sanitize(data.htmlContent, { ADD_ATTR: ['target'] })} {:else} {@render children?.()} {/if} {#if !compact && (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}