@{data.name} - pronouns.cc
{#if $userStore && $userStore.id === data.id} You are currently viewing your public profile.
Edit your profile
{/if}
{#if data.display_name}

{data.display_name}

@{data.name}
{:else}

@{data.name}

{/if} {#if bio}

{@html bio}

{/if}
{#if data.links.length > 0}
    {#each data.links as link}
  • {link}
  • {/each}
{/if}
{#if data.names.length > 0}

Names

    {#each data.names as name}
  • {name.value}
  • {/each}
{/if} {#if data.pronouns.length > 0}

Pronouns

    {#each data.pronouns as pronouns}
  • {/each}
{/if} {#each data.fields as field}
{/each}
{#if data.members.length > 0}

Members

{#each data.members as member} {/each}
{/if}