{#each cards as item (item.id)}
{/each}
{#if !user.isLoggedIn}
Login to edit your page
{ await login(data.handle as ActorIdentifier); }}>Login
{/if}