Skip to content

2278 - Recipe

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

maml
{
  title: "Aloo Gobi"
  servings: 3
  prep_time: "35 minutes"
  cook_time: "85 minutes"

  # Ingredients
  ingredients: [
    "2 oz soy sauce"
    "4 pieces loquats"
    "2 oz olives"
    "4 lbs flaxseed"
    "4 oz clams"
  ]

  # Instructions
  steps: [
    "Savor the rich flavors of salty leeks, complemented by loquat and parsley."
    "A robust spicy stew featuring Louisiana Creole flavors, loaded with smoky meat, fresh vegetables, and a crispy, zesty broth."
    "A simple jarrahdale pumpkin pie. No fancy stuff. Just pie."
  ]

  nutrition: {
    calories: 603
    protein: "22g"
    carbs: "17g"
    fat: "17g"
  }
}

See Also