{#await profile}
{lang.string('profile.loading')}
{:then profile}

{@html profile.rich_name} {#if profile.locked} {/if} {#if profile.bot} {/if}

{profile.fqn}

{@html profile.rich_bio}

{#if $account && profile.fqn !== $account.fqn} {/if}
{#if profile_pinned_posts} {#each $profile_pinned_posts as post} {/each}


{/if}
{#each $profile_posts as post} {/each}
{:catch error}

{error}

{/await}