{#if banner} {@render banner()} {/if}
{#if imageSrc} {/if}
{#if titleSlot} {@render titleSlot()} {:else}

{recipe.title}

{/if} {#if recipe.description}

{recipe.description}

{/if}
{#if recipe.category}{recipe.category}{/if} {#if recipe.cuisine}{recipe.cuisine}{/if} {#if recipe.tags} {#each recipe.tags.slice(0, 6) as t (t)} #{t} {/each} {/if}
{#if timeSummary()}

{timeSummary()}

{/if} {#if recipe.source_url}

Quelle: {recipe.source_domain}

{/if}
{#if showActions}
{@render showActions()}
{/if}
{servings} {recipe.servings_unit ?? 'Portionen'}
    {#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)}
  1. {step.text}
  2. {/each}