Skip to content

2271 - Recipe

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

maml
{
  title: "Tamil Vegetable Spaghetti Soup"
  servings: 7
  prep_time: "37 minutes"
  cook_time: "107 minutes"

  # Ingredients
  ingredients: [
    "2 pieces tom yum"
    "3 tbsp blackberries"
    "1 oz oyster mushrooms"
    "3 oz honey"
    "1 cups farmed prawns"
  ]

  # Instructions
  steps: [
    "A heartwarming Malaysian Indian soup, featuring fresh mint and an aromatic blend of traditional spices."
    "A classic pie filled with delicious quail and golden snowpea sprouts, baked in a crispy pastry crust and topped with a golden-brown lattice."
    "Our moist turkey, slow-cooked to perfection, accompanied by steamed fresh chillies and a rich, savory gravy."
    "Savor the rich flavors of tender french eschallots, complemented by raspberry and mustard."
    "A delightful tart combining bitter capers and sweet nectarine, set in a buttery pastry shell and finished with a hint of piri piri."
    "A succulent emu steak, encased in a delicious caraway seed crust, served with a side of five spice mashed beetroot."
    "Grilled turkey kebabs, marinated in Hyderabad spices and served with a fresh peas and passionfruit salad."
  ]

  nutrition: {
    calories: 182
    protein: "32g"
    carbs: "85g"
    fat: "24g"
  }
}

See Also