```html {#if status === "error"}

There was an error fetching the data!

{/if} {#if status === "loading"}

Loading...

{:else} {/if} ```