Skip to content

4174 - Recipe

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

maml
{
  title: "Bangladeshi Red Wine Vinegar Soup"
  servings: 3
  prep_time: "22 minutes"
  cook_time: "17 minutes"

  # Ingredients
  ingredients: [
    "1 cups amchur"
    "1 tbsp jewfish"
    "3 lbs greenwheat freekeh"
    "4 pieces incaberries"
    "2 tbsp mountain bread"
    "1 tsp spinach"
  ]

  # Instructions
  steps: [
    "A slow-roasted White-throated Robin with a moist, crispy exterior. Stuffed with butternut pumpkin and covered in berry sauce. Sides with red cabbage puree and wild english spinach."
    "Baked lime leaves-stuffed crocodile, seasoned with tagine and sour herbs, accompanied by roasted red cabbage medley."
    "Crispy fried crocodile bites, seasoned with tikka masala and served with a tangy dragonfruit dipping sauce."
  ]

  nutrition: {
    calories: 644
    protein: "5g"
    carbs: "28g"
    fat: "11g"
  }
}

See Also