{{ cat.name }}
{{ recipe.title }}

{{ 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' }}
Notes
{{ name }} +{{ uniqueIngredientNames(recipe).length - 5 }} more

No recipes found.

{{ recipe.title }}

{{ 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' }}
{{ recipe.category }} Notes
{{ name }} +{{ uniqueIngredientNames(recipe).length - 5 }} more

{{ rnotes }}

Ingredients

  • {{ ingredient }}

Instructions

  1. {{ instruction }}