{#if loading}
Just a second...
{:else if error}
Oops!
{:else}
Success!
{/if}
{#if loading}
Hang tight, we're checking your confirmation link.
{:else if error}
Looks like something went wrong. {error}
{:else}
You're all set - click below to log in.
{/if}