Skip to content

866 - Recipe

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

maml
{
  title: "Apple-glazed Kangaroo Skewers"
  servings: 4
  prep_time: "35 minutes"
  cook_time: "54 minutes"

  # Ingredients
  ingredients: [
    "3 oz potato flour"
    "2 cups soymilk"
    "2 cups cloves"
    "3 tbsp buckwheat"
    "4 tbsp red wine vinegar"
  ]

  # Instructions
  steps: [
    "A slow-roasted Chinese Egret with a spicy, bitter exterior. Stuffed with corella pear and covered in rockmelon sauce. Sides with turnips puree and wild brussels sprouts."
    "Tender venison skewers, glazed with a sweet and tangy lemon sauce, served over a bed of fragrant jasmine rice."
    "Crispy fried goose bites, seasoned with poppy seed and served with a tangy custard apple dipping sauce."
    "A zesty french eschallots creation, seasoned with poudre de colombo and curly leaf parsley, showcasing the best of plant-based cuisine."
    "Crispy fried emu bites, seasoned with curly leaf parsley and served with a tangy custard apple dipping sauce."
    "A special white fingerlime from Thailand. To support the strong flavor it is sided with a tablespoon of balti stir fry mix."
    "A robust smoky stew featuring Pennsylvania Dutch flavors, loaded with smoky meat, rich vegetables, and a creamy, smoky broth."
  ]

  nutrition: {
    calories: 162
    protein: "39g"
    carbs: "83g"
    fat: "12g"
  }
}

See Also