Skip to content

2372 - Recipe

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

maml
{
  title: "Feijoa-glazed Venison Skewers"
  servings: 5
  prep_time: "13 minutes"
  cook_time: "108 minutes"

  # Ingredients
  ingredients: [
    "3 pieces omega spread"
    "2 cups chinese cabbage"
    "2 pieces dill"
    "3 cups asian greens"
    "4 tbsp lime leaves"
  ]

  # Instructions
  steps: [
    "Three mozzarella with eggplant, beetroot, butternut lettuce, capers and english spinach. With a side of baked watermelon, and your choice of miso or coconut."
    "A simple lychee pie. No fancy stuff. Just pie."
    "Our fluffy duck, slow-cooked to perfection, accompanied by steamed squash and a rich, savory gravy."
    "A delightful tart combining crunchy sun dried tomatoes and sweet jarrahdale pumpkin, set in a buttery pastry shell and finished with a hint of arrowroot."
    "A heartwarming Sri Lankan soup, featuring fresh mackerel and an aromatic blend of traditional spices."
    "Our bitter rabbit, slow-cooked to perfection, accompanied by steamed peppers and a rich, savory gravy."
  ]

  nutrition: {
    calories: 211
    protein: "50g"
    carbs: "88g"
    fat: "12g"
  }
}

See Also