Example 10661
Recipe
A cooking recipe with ingredients and steps.
{
title: "Mushroom Bourguignon"
servings: 8
prep_time: "42 minutes"
cook_time: "19 minutes"
# Ingredients
ingredients: [
"4 lbs oregano"
"1 tbsp buttermilk"
"4 lbs juniper berries"
"4 pieces yoghurt"
"3 lbs wakame"
]
# Instructions
steps: [
"Grilled crocodile kebabs, marinated in Eritrean spices and served with a fresh cornichons and apricot salad."
"Our tender lamb, slow-cooked to perfection, accompanied by steamed artichoke and a rich, savory gravy."
"Tender chicken skewers, glazed with a sweet and tangy peach sauce, served over a bed of fragrant jasmine rice."
]
nutrition: {
calories: 380
protein: "11g"
carbs: "22g"
fat: "21g"
}
}