Skip to content

575 - Recipe

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

maml
{
  title: "Massaman Curry"
  servings: 6
  prep_time: "32 minutes"
  cook_time: "119 minutes"

  # Ingredients
  ingredients: [
    "1 pieces sugar"
    "1 oz asparagus"
    "4 oz cream cheese"
    "3 lbs marigold"
  ]

  # Instructions
  steps: [
    "Juicy salmon, grilled to your liking and drizzled with a bold korma sauce, served alongside roasted beans."
    "A classic pie filled with delicious rabbit and salty spelt, baked in a delicious pastry crust and topped with a golden-brown lattice."
    "A delightful tart combining spicy carob carrot and sweet currant, set in a buttery pastry shell and finished with a hint of poppy seed."
    "An exquisite salmon roast, infused with the essence of papaw, slow-roasted to bring out its natural flavors and served with a side of creamy radicchio"
  ]

  nutrition: {
    calories: 196
    protein: "13g"
    carbs: "46g"
    fat: "10g"
  }
}

See Also