{#if user}
Signed in as
{user.email ?? "no email"}
Sign Out
{:else}
(isOpen = true)} class="px-4 py-2 bg-blue-600 text-white rounded-md hover:bg-blue-700 transition-colors" > Open Auth Modal
{/if}