{#if grid}
{#each Array(count) as _item, i}
{/each}
{:else} {#each Array(count) as _item, i}
{#if !list && i < count - 1}
{/if} {/each} {/if}