{#if loading}
Loading...
{:else}
{#each users as user (user.id)}
{user.name}
{/each}
{/if}