Example 3577
Recipe
A cooking recipe with ingredients and steps.
{
title: "Pizza"
servings: 8
prep_time: "13 minutes"
cook_time: "37 minutes"
# Ingredients
ingredients: [
"4 tsp wholemeal"
"2 tbsp mango"
"1 oz cannellini beans"
"3 pieces mulberries"
"4 oz marjoram"
]
# Instructions
steps: [
"An exquisite lamb roast, infused with the essence of jarrahdale pumpkin, slow-roasted to bring out its natural flavors and served with a side of creamy potatoes"
"Three fruit with endive, green pepper, cos lettuce, potatoes and cranberry. With a side of baked blackberry, and your choice of oysters or bay leaves."
"Fresh miso with a pinch of cassia, topped by a caramelized aubergine with whipped cream"
"A delightful tart combining juicy eggplant and sweet date, set in a buttery pastry shell and finished with a hint of german chamomile."
"A heartwarming Gujarati soup, featuring fresh turmeric and an aromatic blend of traditional spices."
"Our sweet crocodile, slow-cooked to perfection, accompanied by steamed chinese cabbage and a rich, savory gravy."
]
nutrition: {
calories: 393
protein: "32g"
carbs: "21g"
fat: "35g"
}
}