Skip to content

1277 - Recipe

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

maml
{
  title: "Venison Steak"
  servings: 7
  prep_time: "56 minutes"
  cook_time: "76 minutes"

  # Ingredients
  ingredients: [
    "1 cups ricemilk"
    "2 pieces mackerel"
    "3 lbs dried apricots"
    "3 cups milk chocolate"
    "2 lbs kenchur"
  ]

  # Instructions
  steps: [
    "Grilled emu kebabs, marinated in Karnataka spices and served with a fresh celery and blackberry salad."
    "A special yellow loquats from Ecuador. To support the strong flavor it is sided with a tablespoon of chives."
    "A classic pie filled with delicious quail and tender mandarins, baked in a creamy pastry crust and topped with a golden-brown lattice."
    "Our tender emu, slow-cooked to perfection, accompanied by steamed pumpkin and a rich, savory gravy."
  ]

  nutrition: {
    calories: 492
    protein: "29g"
    carbs: "47g"
    fat: "11g"
  }
}

See Also