-
-
-
-
-
-
-
-
-
- {recipe.title}
-by {recipe.author}
- {recipe.source_url} -
- schedule
- Prep: {recipe.prep_time} mins
-
-
- schedule
- Cook: {recipe.cook_time} mins
-
-
- group
- Serves: {recipe.servings}
-
- {recipe.description}
-
-
-
- {recipe.ingredients.map((ingredient) => (
-
-
- Ingredients
-{ingredient} | -
-
- Instructions
--
- {recipe.instructions.map((instruction) => (
-
- {instruction} - ))} -