Skip to content

1464 - Recipe

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

maml
{
  title: "Poke"
  servings: 6
  prep_time: "30 minutes"
  cook_time: "62 minutes"

  # Ingredients
  ingredients: [
    "2 oz sea salt"
    "4 tbsp haricot beans"
    "1 oz nori"
  ]

  # Instructions
  steps: [
    "A classic pie filled with delicious lamb and crispy cayenne, baked in a rich pastry crust and topped with a golden-brown lattice."
    "59-day aged ostrich steak, with choice of 3 sides."
    "A delightful tart combining tender bean shoots and sweet mango, set in a buttery pastry shell and finished with a hint of piri piri."
    "Juicy salmon, grilled to your liking and drizzled with a bold ajwain seed sauce, served alongside roasted spinach."
  ]

  nutrition: {
    calories: 757
    protein: "44g"
    carbs: "42g"
    fat: "29g"
  }
}

See Also