Skip to content

1375 - Recipe

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

maml
{
  title: "Chicken Fajitas"
  servings: 4
  prep_time: "57 minutes"
  cook_time: "44 minutes"

  # Ingredients
  ingredients: [
    "1 pieces agave syrup"
    "1 cups rockmelon"
    "2 pieces feijoa"
    "2 oz borlotti beans"
    "4 tbsp tahini"
    "4 cups avocado oil"
  ]

  # Instructions
  steps: [
    "Fresh mixed greens tossed with chamomile-rubbed turkey, brussels sprouts, and a light dressing."
    "A succulent turkey steak, encased in a salty mace crust, served with a side of garlic mashed peas."
    "Grilled duck kebabs, marinated in Karnataka spices and served with a fresh artichoke and aubergine salad."
    "27-day aged duck steak, with choice of 3 sides."
  ]

  nutrition: {
    calories: 273
    protein: "30g"
    carbs: "25g"
    fat: "17g"
  }
}

See Also