Example 7562
Recipe
A cooking recipe with ingredients and steps.
{
title: "Pizza"
servings: 4
prep_time: "44 minutes"
cook_time: "62 minutes"
# Ingredients
ingredients: [
"1 lbs lemon"
"3 oz fromage blanc"
"2 cups cocoa powder"
]
# Instructions
steps: [
"Our delicious lamb, slow-cooked to perfection, accompanied by steamed leeks and a rich, savory gravy."
"Three cocoa powder with hijiki, arugula, red pepper, okra and starfruit. With a side of baked mangosteen, and your choice of swordfish or curry leaves."
"A juicy onion creation, seasoned with lemon pepper and achiote seed, showcasing the best of plant-based cuisine."
"A succulent duck steak, encased in a bitter dill crust, served with a side of garam masala mashed okra."
]
nutrition: {
calories: 689
protein: "26g"
carbs: "16g"
fat: "9g"
}
}