{#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}
{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')}
{#if profile_pinned_posts} {#each $profile_pinned_posts as post}
{/each}
{/if}
{#each $profile_posts as post}
{/each}
{:catch error}
{error}
{/await}