{#if $profile}
{displayProfile($profile, pubkeyDisplay)}
{$profile?.nip05 ? displayNip05($profile.nip05) : pubkeyDisplay}
{#each sortBy(e => -e.created_at, $events) as event (event.id)} {#if flatten(Object.values(getAncestorTags(event.tags))).length === 0}
{/if} {:else}

{/each}
{:else}

{#await sleep(3000)} {:then} Unable to find this profile. {/await}

{/if}