{#if recipe}
{recipe.name}
{recipe.description}
Servings:
{recipe.servings}
Ingredients
{#each recipe.ingredients as ing}
{ing.amount} {ing.unit} {ing.item}
{/each}
Steps
{#each recipe.steps as step}
{step}
{/each}
{#if tandoorEnabled}
Tandoor Integration
{#if tandoorError}
Error: {tandoorError}
{/if}
{tandoorImporting ? 'Importing...' : 'Import to Tandoor'}
{/if}
🔄 Retry Extraction
{/if}