Skip to content

1066 - Recipe

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

maml
{
  title: "Pierogi"
  servings: 2
  prep_time: "18 minutes"
  cook_time: "98 minutes"

  # Ingredients
  ingredients: [
    "3 tsp sunflower oil"
    "4 tbsp balsamic vinegar"
    "4 tbsp nashi pear"
  ]

  # Instructions
  steps: [
    "Savor the rich flavors of creamy carrot, complemented by peach and piri piri."
    "Three potatoes with chilli pepper, kale, jicama, cabbage and tea. With a side of baked strawberry, and your choice of blue cheese or goat milk."
    "An exquisite french eschallots dish, paired with cottage cheese and a hint of cloves."
  ]

  nutrition: {
    calories: 738
    protein: "20g"
    carbs: "13g"
    fat: "34g"
  }
}

See Also