{#await profile}
{lang.string('profile.loading')}
{:then profile}
{@html profile.rich_name}
{profile.fqn}
{@html profile.bio}
{lang.string('profile.followers')}
{profile.followers_count}
{lang.string('profile.following')}
{profile.following_count}
{lang.string('profile.posts')}
{profile.posts_count}
{#if $account && profile.fqn !== $account.fqn}
{lang.string('profile.follow')}
{/if}
{lang.string('profile.posts')}
{lang.string('profile.replies')}
{lang.string('profile.media')}
{:catch error}
{error}
{/await}