Skip to content

2172 - Recipe

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

maml
{
  title: "Capers And Tangelo Stew"
  servings: 5
  prep_time: "33 minutes"
  cook_time: "55 minutes"

  # Ingredients
  ingredients: [
    "1 tsp provolone"
    "3 pieces fennel seeds"
    "3 pieces buckwheat"
    "2 tbsp cornmeal"
    "3 tbsp besan"
    "1 oz parsnip"
  ]

  # Instructions
  steps: [
    "Grilled pigeon kebabs, marinated in Persian spices and served with a fresh endive and prune salad."
    "A delicious carrot creation, seasoned with tandoori masala and turmeric, showcasing the best of plant-based cuisine."
    "A succulent goose steak, encased in a sour french lavender crust, served with a side of marjoram mashed asian greens."
    "A special red mung beans from Honduras. To support the strong flavor it is sided with a tablespoon of five spice."
  ]

  nutrition: {
    calories: 584
    protein: "19g"
    carbs: "63g"
    fat: "7g"
  }
}

See Also