{displayProfile($profile, pubkeyDisplay)}
{$profile?.nip05 ? displayNip05($profile.nip05) : pubkeyDisplay}
{#key $profile?.about} {/key}
{#if $session?.method === SessionMethod.Pomade} {#snippet label()}

Email Address

{/snippet} {#snippet input()} {/snippet}
{/if} {#snippet label()}

Public Key

{/snippet} {#snippet input()} {/snippet} {#snippet info()}

Your public key is your nostr user identifier. It also allows other people to authenticate your messages.

{/snippet}
{#if $session?.method === "nip01"} {#snippet label()}

Private Key

{/snippet} {#snippet input()} {/snippet} {#snippet info()}

Your private key is your nostr password. Keep this somewhere safe!

{/snippet}
{/if} {#if $session?.method === SessionMethod.Pomade}
{/if}
Advanced
{#if showAdvanced}
{/if}