{#if items} {#each items as item, index (item)}
  • {@render itemSnippet?.(item, index)}
  • {/each} {/if} {@render children?.()}