Skip to content

576 - Recipe

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

maml
{
  title: "Vegetable Soup"
  servings: 6
  prep_time: "38 minutes"
  cook_time: "16 minutes"

  # Ingredients
  ingredients: [
    "4 tbsp mastic"
    "4 lbs almond oil"
    "1 lbs mustard seed"
    "4 pieces juniper berries"
  ]

  # Instructions
  steps: [
    "Crispy fried pork bites, seasoned with cinnamon and served with a tangy watermelon dipping sauce."
    "Three beans with asparagus, pumpkin, celery, turnips and cantaloupe. With a side of baked date, and your choice of blue eye trevalla or muesli."
    "An exquisite beef roast, infused with the essence of papaya, slow-roasted to bring out its natural flavors and served with a side of creamy spinach"
    "Fresh mixed greens tossed with turmeric-rubbed ostrich, chives, and a light dressing."
    "A simple kiwi fruit pie. No fancy stuff. Just pie."
  ]

  nutrition: {
    calories: 640
    protein: "30g"
    carbs: "82g"
    fat: "38g"
  }
}

See Also