Example 7062
Recipe
A cooking recipe with ingredients and steps.
{
title: "Caesar Salad"
servings: 4
prep_time: "10 minutes"
cook_time: "113 minutes"
# Ingredients
ingredients: [
"3 lbs tapioca"
"4 tbsp raisin"
"1 tsp mustard seed"
"2 oz thyme"
"4 tbsp taleggio cheese"
]
# Instructions
steps: [
"Fresh mixed greens tossed with arrowroot-rubbed chicken, radicchio, and a light dressing."
"A succulent ostrich steak, encased in a fresh fennel seed crust, served with a side of orange zest mashed jicama."
"A classic pie filled with delicious pork and crispy buckwheat, baked in a tender pastry crust and topped with a golden-brown lattice."
"A fluffy arugula creation, seasoned with five spice and arrowroot, showcasing the best of plant-based cuisine."
]
nutrition: {
calories: 786
protein: "39g"
carbs: "37g"
fat: "24g"
}
}