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

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

{profile.fqn}

{@html profile.bio}

{#if $account && profile.fqn !== $account.fqn} {/if}
{:catch error}

{error}

{/await}