Skip to content

472 - Recipe

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

maml
{
  title: "Ricotta Stuffed Ravioli"
  servings: 2
  prep_time: "46 minutes"
  cook_time: "62 minutes"

  # Ingredients
  ingredients: [
    "3 tbsp wholegrain bread"
    "1 cups besan"
    "1 cups barberry"
    "1 cups spelt"
    "3 cups turnips"
  ]

  # Instructions
  steps: [
    "A simple mango pie. No fancy stuff. Just pie."
    "An exquisite emu roast, infused with the essence of melon, slow-roasted to bring out its natural flavors and served with a side of creamy broccoli"
    "A simple strawberry pie. No fancy stuff. Just pie."
    "Tender kangaroo skewers, glazed with a sweet and tangy blood orange sauce, served over a bed of fragrant jasmine rice."
    "A classic pie filled with delicious venison and golden bocconcini, baked in a rich pastry crust and topped with a golden-brown lattice."
    "Three tempeh with bean shoots, swiss chard, turnips, parsnip and cauliflower. With a side of baked prune, and your choice of silverbeet or brie."
  ]

  nutrition: {
    calories: 501
    protein: "24g"
    carbs: "72g"
    fat: "5g"
  }
}

See Also