{#snippet section( label: string, id: string, expanded = true, toggle?: () => void, children?: any, )}
  • {#if expanded} {@render children?.()} {/if}
  • {/snippet}