Skip to content

567 - Recipe

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

maml
{
  title: "Crunchy Radicchio Curry"
  servings: 3
  prep_time: "58 minutes"
  cook_time: "54 minutes"

  # Ingredients
  ingredients: [
    "2 lbs pandanus leaves"
    "2 tbsp cucumber"
    "3 oz smoked trout"
    "1 pieces milk"
  ]

  # Instructions
  steps: [
    "Our tender quail, slow-cooked to perfection, accompanied by steamed beetroot and a rich, savory gravy."
    "Tender emu skewers, glazed with a sweet and tangy apricot sauce, served over a bed of fragrant jasmine rice."
    "Fresh cabbage with a pinch of korma, topped by a caramelized jarrahdale pumpkin with whipped cream"
    "A robust crispy stew featuring Maharashtrian flavors, loaded with rich meat, smoky vegetables, and a crispy, tangy broth."
  ]

  nutrition: {
    calories: 783
    protein: "33g"
    carbs: "75g"
    fat: "29g"
  }
}

See Also