{#if $isLoading}
Loading...
{:else if !isConfigured}
Auth not configured
{:else if $user}
{name}
{#if isOpen}
Sign out
{/if}
{:else}
Sign in
{/if}