Skip to content

776 - Recipe

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

maml
{
  title: "Som Tam"
  servings: 6
  prep_time: "43 minutes"
  cook_time: "55 minutes"

  # Ingredients
  ingredients: [
    "3 tsp rye bread"
    "3 lbs nasturtium"
    "2 lbs goat milk"
    "2 cups eggplant"
    "3 tbsp okra"
    "2 oz swiss chard"
  ]

  # Instructions
  steps: [
    "A slow-roasted Black Swift with a golden, creamy exterior. Stuffed with lemon and covered in banana sauce. Sides with carob carrot puree and wild spinach."
    "70-day aged kangaroo steak, with choice of 3 sides."
    "Grilled chicken kebabs, marinated in Sami spices and served with a fresh rhubarb and pineapple salad."
    "A slow-roasted Broad-billed Sandpiper with a savory, moist exterior. Stuffed with apricot and covered in tomato sauce. Sides with broccolini puree and wild peppers."
    "Grilled quail kebabs, marinated in Native American spices and served with a fresh potatoes and plum salad."
    "An exquisite green pepper dish, paired with potato flour and a hint of piri piri."
  ]

  nutrition: {
    calories: 324
    protein: "19g"
    carbs: "28g"
    fat: "38g"
  }
}

See Also