{#if status === 'loading'}
Loading...
{:else if status === 'error'}
Something went wrong.
{:else}
Ready!
{/if}