{#await post}
loading post...
{:then post} {#if error}

{@html error}

{:else}
{#if previous_page} {/if}

Post by {@html post.account.rich_name}


{#each post.replies as reply} {#await reply then reply} {/await} {/each}
{/if} {/await}