{#if isOwnPage && !isEditPage}
Edit Website
{:else if showLoginOnEditPage}
login(data.handle as ActorIdentifier)}>
Login
{:else if showLoginOnBlento}
{ await login(handle as ActorIdentifier); return true; }} />
{:else if showEditBlentoButton}
Edit Your Blento
{/if}