Skip to content

2778 - Recipe

A cooking recipe with ingredients and steps. This is an example of a MAML document.

maml
{
  title: "Pad Thai Tofu"
  servings: 3
  prep_time: "29 minutes"
  cook_time: "108 minutes"

  # Ingredients
  ingredients: [
    "1 tbsp avocado spread"
    "4 tsp eggplant"
    "4 tsp rockmelon"
    "1 lbs nasturtium"
  ]

  # Instructions
  steps: [
    "A succulent ostrich steak, encased in a bitter kaffir leaves crust, served with a side of bay leaves mashed peas."
    "Grilled turkey kebabs, marinated in Bangladeshi spices and served with a fresh bok choy and nashi pear salad."
    "A succulent emu steak, encased in a rich galangal crust, served with a side of fennel seed mashed brussels sprouts."
    "Three baking soda with green beans, pumpkin, peppers, cos lettuce and olive oil. With a side of baked goji berry, and your choice of adzuki beans or slivered almonds."
    "A robust sour stew featuring Chechen flavors, loaded with tender meat, golden vegetables, and a tender, creamy broth."
    "A special orange white bread from Botswana. To support the strong flavor it is sided with a tablespoon of methi."
  ]

  nutrition: {
    calories: 636
    protein: "9g"
    carbs: "98g"
    fat: "35g"
  }
}

See Also