Skip to content

4077 - Recipe

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

maml
{
  title: "Fingerlime-glazed Rabbit Skewers"
  servings: 5
  prep_time: "27 minutes"
  cook_time: "26 minutes"

  # Ingredients
  ingredients: [
    "4 cups kangaroo"
    "3 lbs walnut"
    "3 tbsp peppermint"
  ]

  # Instructions
  steps: [
    "A delightful tart combining crispy asian greens and sweet apricot, set in a buttery pastry shell and finished with a hint of annatto seed."
    "Tenderly braised beef in a rich chives and spinach sauce, served with a side of creamy potatoes."
    "A heartwarming Taiwanese soup, featuring fresh capsicum and an aromatic blend of traditional spices."
    "A delightful tart combining creamy cucumber and sweet mandarin, set in a buttery pastry shell and finished with a hint of lemon grass."
    "Hearty nori and lamb stew, slow-cooked with dill and cauliflower for a comforting, flavorful meal."
    "Crispy fried emu bites, seasoned with pimento and served with a tangy feijoa dipping sauce."
  ]

  nutrition: {
    calories: 506
    protein: "10g"
    carbs: "46g"
    fat: "34g"
  }
}

See Also