{#if $page.form?.error} {/if}

Schwierigkeitsgrad

{#each effortOptions as opt (opt.value)} {/each}

Bild

{#if heroImageUrl} {/if} {#if imageError}

{imageError}

{:else}

Max. 5 MB

{/if}

Zutaten

{#each ingredients as ing, i (i)}
{/each}

Schritte

{#each steps as _, i (i)}
{i + 1}
{/each}

Kategorien

{#each groupedCategories as [type, tags] (type)}

{TAG_TYPE_LABELS[type] ?? type}

{#each tags as cat (cat.id)} {/each}
{/each}
Abbrechen