{#if recipe}

{recipe.name}

{recipe.description}

Servings: {recipe.servings}

Ingredients

Steps

    {#each recipe.steps as step}
  1. {step}
  2. {/each}
{#if tandoorEnabled}

Tandoor Integration

{#if tandoorError}
Error: {tandoorError}
{/if}
{/if}
{/if}