Skip to content

1075 - Recipe

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

maml
{
  title: "Sage-spiced Artichoke Bowl"
  servings: 8
  prep_time: "32 minutes"
  cook_time: "92 minutes"

  # Ingredients
  ingredients: [
    "3 tsp mackerel"
    "2 cups hummus"
    "4 cups cabbage"
    "3 pieces bean sprouts"
  ]

  # Instructions
  steps: [
    "Fresh mixed greens tossed with spearmint-rubbed rabbit, chives, and a light dressing."
    "Tenderly braised goose in a rich cloves and garlic sauce, served with a side of creamy asian greens."
    "Juicy goose, grilled to your liking and drizzled with a bold liquorice root sauce, served alongside roasted turnips."
  ]

  nutrition: {
    calories: 371
    protein: "17g"
    carbs: "72g"
    fat: "11g"
  }
}

See Also