---
title: "Brioche Nanterre — French Loaf Brioche"
type: product
brand: santopane
locale: en
---

# Brioche Nanterre — French Loaf Brioche

Silky buttery dough with a golden crust. Vanilla and French butter aromas bring a gentle sense of indulgence to every slice.

## Brioche Nanterre — French Loaf Brioche
- **Brand**: Santo Pane
- **Price**: R$47.00

Silky buttery dough with a golden crust. Vanilla and French butter aromas bring a gentle sense of indulgence to every slice.

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

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Brioche Nanterre — French Loaf Brioche",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1757457528881-4qi5828mhx.jpg",
  "description": "Silky buttery dough with a golden crust. Vanilla and French butter aromas bring a gentle sense of indulgence to every slice.",
  "offers": {
    "@type": "Offer",
    "price": 47,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "ovos"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "leite"
    }
  ]
}
```
