{#snippet body()} {#if post.tags} {/if} {#if post.embed && shouldRenderEmbed(post.embed)} {/if} {#if post.originalFediURL && isValidURL(post.originalFediURL)} {/if} {#if post.likeCount !== undefined || post.repostCount !== undefined} {/if} {/snippet}
{#if placement == 'thread' && !post.isPageRoot} {/if}
{#if post.muted}
{post.muteList ? `Muted (${post.muteList})` : 'Muted - click to show'} {@render body()}
{:else} {@render body()} {/if} {#if post.replyCount == 1 && (replies[0] instanceof Post) && replies[0].author.did == post.author.did} {:else} {#each replies as reply (reply.uri)} {#if shouldRenderReply(reply)} {/if} {/each} {/if} {#if placement == 'thread' && !repliesLoaded} {#key replies} {#if post.hasMoreReplies} {:else if post.hasHiddenReplies && settings.biohazardsEnabled !== false} {/if} {/key} {/if} {#if missingHiddenReplies !== undefined}

{#if missingHiddenReplies > 1} {missingHiddenReplies} replies are missing {:else if missingHiddenReplies == 1} 1 reply is missing {:else} Some replies are missing {/if} (likely taken down by moderation)

{/if}