Skip to content

2071 - Recipe

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

maml
{
  title: "Bruschette With Tomato"
  servings: 7
  prep_time: "42 minutes"
  cook_time: "115 minutes"

  # Ingredients
  ingredients: [
    "2 cups lotus root"
    "3 cups ham"
    "4 tbsp nutmeg"
    "4 pieces walnut"
    "3 tbsp dried chinese broccoli"
    "2 tsp pears"
  ]

  # Instructions
  steps: [
    "Savor the rich flavors of fluffy spinach, complemented by cumquat and chives."
    "Savor the rich flavors of crispy cauliflower, complemented by aubergine and sweet laurel."
    "Our fluffy kangaroo, slow-cooked to perfection, accompanied by steamed chinese cabbage and a rich, savory gravy."
  ]

  nutrition: {
    calories: 593
    protein: "34g"
    carbs: "99g"
    fat: "8g"
  }
}

See Also