{{ recipe.title }}
{{ uniqueIngredientNames(recipe).length }} {{ uniqueIngredientNames(recipe).length === 1 ? 'ingredient' : 'ingredients' }}
{{ recipe.instructions ? recipe.instructions.length : 0 }} {{ (recipe.instructions ? recipe.instructions.length : 0) === 1 ? 'step' : 'steps' }}
No recipes found.
{{ recipe.title }}
{{ uniqueIngredientNames(recipe).length }} {{ uniqueIngredientNames(recipe).length === 1 ? 'ingredient' : 'ingredients' }}
{{ recipe.instructions ? recipe.instructions.length : 0 }} {{ (recipe.instructions ? recipe.instructions.length : 0) === 1 ? 'step' : 'steps' }}
{{ rnotes }}
Ingredients
- {{ ingredient }}
Instructions
- {{ instruction }}