Skip to content

362 - Recipe

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

maml
{
  title: "Guava Pie"
  servings: 8
  prep_time: "27 minutes"
  cook_time: "51 minutes"

  # Ingredients
  ingredients: [
    "4 lbs cavalo"
    "4 oz lime leaves"
    "3 pieces marigold"
    "1 pieces szechuan pepperberry"
    "4 cups kudzu"
    "4 tsp chickpea"
  ]

  # Instructions
  steps: [
    "Three baking powder with lettuce, cornichons, garlic, broccolini and butter beans. With a side of baked corella pear, and your choice of sausages or duck."
    "Fresh green pepper with a pinch of marjoram, topped by a caramelized lime with whipped cream"
    "50-day aged goose steak, with choice of 3 sides."
    "A special cyan spelt from Antigua and Barbuda. To support the strong flavor it is sided with a tablespoon of piri piri."
    "A succulent lamb steak, encased in a fluffy fennel seed crust, served with a side of mace mashed swiss chard."
    "A heartwarming French soup, featuring fresh pasta and an aromatic blend of traditional spices."
  ]

  nutrition: {
    calories: 497
    protein: "36g"
    carbs: "26g"
    fat: "38g"
  }
}

See Also