{#if $query.isPending}
Loading...
{:else if $query.error}
An error has occurred!
{:else}
{$query.data}
{/if}