{#key isLoading}
{#if isLoading}
{#each Array(5) as _, i}
{/each}
{:else}
{#snippet children(scope)} {@render children(scope)} {/snippet}
{/if}
{/key}