{#await post}
loading post...
{:then post} {#if error}
{@html error}
{:else}
{#if previous_page}
{goto(previous_page)}}>Back
{/if}
Post by {@html post.account.rich_name}
{#each post.replies as reply} {#await reply then reply}
{/await} {/each}
{/if} {/await}