# Pain au Chocolat — Cafe Aurora > **Available formats:** [HTML](https://aztrix.io/cafeaurora.eu/products/pain-au-chocolat/) · [.md](https://aztrix.io/cafeaurora.eu/products/pain-au-chocolat.md) *(current)* · [.json](https://aztrix.io/cafeaurora.eu/products/pain-au-chocolat/?format=json) **Price:** (EUR 4) Buttery pastry with two bars of dark Belgian chocolate. Served warm. ## Details - Category: Pastries - Image: https://images.unsplash.com/photo-1530610476181-d83430b64dcd?w=600&h=400&fit=crop ## More from this merchant [← All products](products.md?src=knowledge) ```json { "@context": [ "https://schema.org", "https://aztrix.io/ns/v1" ], "@graph": [ { "@id": "#merchant", "@type": "Organization", "name": "Cafe Aurora", "url": "https://aztrix.io/cafeaurora.eu/", "description": "Specialty coffee bar and bakery in Brussels. Single-origin espresso, homemade pastries, and light bites. Order ahead for pickup.", "address": { "@type": "PostalAddress", "streetAddress": "Rue de la Colline 42", "addressLocality": "Brussels", "postalCode": "1000", "addressCountry": "Belgium" }, "telephone": "+32 2 123 45 67", "email": "karel.ribbens@gmail.com", "category": "restaurants", "hasPart": [ { "@id": "#products" } ] }, { "@id": "#products", "@type": "CollectionPage", "name": "Products", "url": "https://aztrix.io/cafeaurora.eu/products.md", "isPartOf": { "@id": "#merchant" }, "hasPart": [ { "@id": "#cat-coffee" }, { "@id": "#cat-light-bites" }, { "@id": "#cat-specials" }, { "@id": "#cat-pastries" }, { "@id": "#cat-beer" } ] }, { "@id": "#prod-pain-au-chocolat", "@type": "Product", "name": "Pain au Chocolat", "description": "Buttery pastry with two bars of dark Belgian chocolate. Served warm.", "image": "https://images.unsplash.com/photo-1530610476181-d83430b64dcd?w=600&h=400&fit=crop", "category": "Pastries", "brand": { "@type": "Brand", "name": "Cafe Aurora" }, "url": "https://aztrix.io/cafeaurora.eu/products/pain-au-chocolat/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/cafeaurora.eu/products/pain-au-chocolat.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-pastries" }, "offers": { "@type": "Offer", "price": 4, "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/cafeaurora.eu/products/pain-au-chocolat/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-pastries", "@type": "ItemList", "name": "Pastries", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 3, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-carrot-cake-slice" }, { "@id": "#prod-butter-croissant" }, { "@id": "#prod-pain-au-chocolat" } ] } ] } ```