Example 13165
Recipe
A cooking recipe with ingredients and steps.
{
title: "Caesar Salad"
servings: 3
prep_time: "55 minutes"
cook_time: "16 minutes"
# Ingredients
ingredients: [
"1 lbs tamari"
"4 lbs squid"
"3 tbsp green pepper"
"1 oz broccolini"
"2 pieces spelt bread"
"1 cups caraway seed"
]
# Instructions
steps: [
"A heartwarming Polish soup, featuring fresh sweet chilli sauce and an aromatic blend of traditional spices."
"Grilled salmon kebabs, marinated in Rajasthani spices and served with a fresh jerusalem artichoke and grape salad."
"Crispy fried beef bites, seasoned with lemon grass and served with a tangy melon dipping sauce."
]
nutrition: {
calories: 164
protein: "19g"
carbs: "65g"
fat: "14g"
}
}