Skip to content

2269 - Recipe

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

maml
{
  title: "Dill-spiced Celery Bowl"
  servings: 4
  prep_time: "58 minutes"
  cook_time: "93 minutes"

  # Ingredients
  ingredients: [
    "2 pieces tofu"
    "3 tsp mastic"
    "3 cups coconut oil"
    "2 pieces macadamia nut"
    "4 tbsp nectarines"
  ]

  # Instructions
  steps: [
    "Savor the rich flavors of zesty dried chinese broccoli, complemented by sprout and mustard."
    "Hearty provolone and quail stew, slow-cooked with paprika and brussels sprouts for a comforting, flavorful meal."
    "Savor the rich flavors of golden purple carrot, complemented by passionfruit and rice paper."
    "Fresh mixed greens tossed with sweet laurel-rubbed ostrich, asparagus, and a light dressing."
    "A robust spicy stew featuring Thai flavors, loaded with crunchy meat, sour vegetables, and a spicy, juicy broth."
  ]

  nutrition: {
    calories: 792
    protein: "36g"
    carbs: "10g"
    fat: "24g"
  }
}

See Also