Skip to content

865 - Recipe

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

maml
{
  title: "Prune Pie"
  servings: 2
  prep_time: "53 minutes"
  cook_time: "93 minutes"

  # Ingredients
  ingredients: [
    "2 lbs margarine"
    "4 lbs eggs"
    "2 tbsp barberry"
  ]

  # Instructions
  steps: [
    "A special magenta jewfish from Cocos (Keeling) Islands. To support the strong flavor it is sided with a tablespoon of galangal."
    "A delightful tart combining creamy capers and sweet sprout, set in a buttery pastry shell and finished with a hint of china star."
    "Crispy fried turkey bites, seasoned with chillies and served with a tangy strawberry dipping sauce."
    "A classic pie filled with delicious beef and smoky kudzu, baked in a moist pastry crust and topped with a golden-brown lattice."
    "A delightful tart combining sour spinach and sweet strawberry, set in a buttery pastry shell and finished with a hint of sesame seed."
    "36-day aged quail steak, with choice of 2 sides."
    "A heartwarming British soup, featuring fresh tarragon and an aromatic blend of traditional spices."
  ]

  nutrition: {
    calories: 253
    protein: "48g"
    carbs: "39g"
    fat: "23g"
  }
}

See Also