{recipe.title}
{/if} {#if recipe.description}{recipe.description}
{/if}Quelle: {recipe.source_domain}
{/if}-
{#each scaled as ing, i (i)}
{#if ing.section_heading && ing.section_heading.trim()}
- {ing.section_heading} {/if}
- {#if ing.quantity !== null || ing.unit} {formatQty(ing.quantity)} {#if ing.unit} {' '}{ing.unit} {/if} {/if} {ing.name} {#if ing.note} ({ing.note}){/if} {/each}
-
{#each recipe.steps as step (step.position)}
- {step.text} {/each}