{recipe.title}
+ {#if recipe.description} +{recipe.description}
+ {/if} + + {#if timeSummary()} +{timeSummary()}
+ {/if} + {#if recipe.source_url} ++ Quelle: {recipe.source_domain} +
+ {/if} +-
+ {#each scaled as ing, i (i)}
+
- + {#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} +