{#each slots as slot, idx (slot)} {@const slotChildren = childrenForSlot(slot)}
{#if slotChildren.length === 0 && isEdit}
Spalte {idx + 1}
{/if} {#each slotChildren as child (child.id)} {#if renderChild} {@render renderChild(child)} {/if} {/each}
{/each}