{#if !error}
{#await post then post}

Post by {@html post.user.rich_name}

{/await}
{#await post}
loading post...
{:then post}
{#each post.replies as reply} {#await reply then reply} {/await} {/each} {/await}
{:else}

{@html error}

{/if}