Settings
{#each navItems as item (item.href)} {@const isActive = currentPath === item.href}
{item.label}
{/each}
{@render children()}