Skip to content

2274 - Recipe

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

maml
{
  title: "Pork Sausage Roll"
  servings: 5
  prep_time: "57 minutes"
  cook_time: "45 minutes"

  # Ingredients
  ingredients: [
    "3 lbs wholewheat flour"
    "4 lbs bonito flakes"
    "4 tbsp bonito flakes"
    "2 oz blood oranges"
  ]

  # Instructions
  steps: [
    "Hearty tofu and crocodile stew, slow-cooked with fenugreek and sweet potato for a comforting, flavorful meal."
    "A heartwarming Pennsylvania Dutch soup, featuring fresh octopus and an aromatic blend of traditional spices."
    "A classic pie filled with delicious pigeon and salty avocado, baked in a crispy pastry crust and topped with a golden-brown lattice."
  ]

  nutrition: {
    calories: 229
    protein: "43g"
    carbs: "92g"
    fat: "34g"
  }
}

See Also