---
title: "Nutella-Filled Babka"
type: product
brand: santopane
locale: en
---

# Nutella-Filled Babka

A soft, buttery braided babka with generous layers of Nutella that melt on the palate. Its lightly crisp golden crust completes the texture.

## Nutella-Filled Babka
- **Brand**: Santo Pane
- **Price**: R$39.00

A soft, buttery braided babka with generous layers of Nutella that melt on the palate. Its lightly crisp golden crust completes the texture.

- Contains hazelnuts
- Contains milk
- Contains eggs
- Contains gluten
- Contains wheat

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Nutella-Filled Babka",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1759933322991-z6llhp58bu.jpg",
  "description": "A soft, buttery braided babka with generous layers of Nutella that melt on the palate. Its lightly crisp golden crust completes the texture.",
  "offers": {
    "@type": "Offer",
    "price": 39,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "avelãs"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "leite"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "ovos"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    }
  ]
}
```
