{#if err} {err} {/if}
Log in {#if loading}
{/if}
{#if loading} verifying login... {:else if isLoggedIn} {#if user && user.name}

Welcome back, {user.name}!

{:else}

Welcome back!

{/if} {:else} {/if}
{#if isLoggedIn} Some cool stuff will go here. {/if}