{#if identity.avatar} {identity.handle} {: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} {/if} {#each links as link, index (index)} {/each}
{/if}
{#if isSelf} {:else}
{/if}
{/if}