{#each defaultThemeData() as theme (theme.variant)} onSelect(theme.variant)} onUnlock={onUnlock ? () => onUnlock(theme.variant) : undefined} translations={cardTranslations} /> {/each}
{#if showExtendedThemes && extendedThemeData().length > 0}

Weitere Themes (zum Anpinnen in der Navigation)

{#each extendedThemeData() as theme (theme.variant)} onSelect(theme.variant)} onUnlock={onUnlock ? () => onUnlock(theme.variant) : undefined} canPin={true} isPinned={isThemePinned(theme.variant)} {onTogglePin} translations={cardTranslations} /> {/each}
{/if}