{#if identity.avatar}
{:else}
{/if}
{identity.handle}
{#if shown?.pronouns}
{shown.pronouns}
{/if}
{#if editing}
{ saved = record; editing = false; }} onCancel={() => (editing = false)} /> {:else}
{#if shown?.description}
{shown.description}
{/if}
{#if shown?.location || links.length > 0 || blueskyUrl}
{#if shown?.location}
{shown.location}
{/if} {#if blueskyUrl}
{identity.handle}
{/if} {#each links as link, index (index)}
{link}
{/each}
{/if}
{#if isSelf}
(editing = true)}>
Edit
{:else}
{/if}
{/if}