// src/routes/index.svelte
{#if !cookies}

You are not Loged in.

Login {/if} {#if $findCurrentOwner.data}

{$findCurrentOwner.data.findOwnerByEmail.name}

Email: {$findCurrentOwner.data.findOwnerByEmail.email}
{/if}