# Flat White — Cafe Aurora > **Available formats:** [HTML](https://aztrix.io/cafeaurora.eu/products/flat-white/) · [.md](https://aztrix.io/cafeaurora.eu/products/flat-white.md) *(current)* · [.json](https://aztrix.io/cafeaurora.eu/products/flat-white/?format=json) **Price:** (EUR 4.5) Double-shot single-origin espresso with velvety steamed milk. Our signature drink. ## Details - Category: Coffee - Image: https://images.unsplash.com/photo-1572442388796-11668a67e53d?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-flat-white", "@type": "Product", "name": "Flat White", "description": "Double-shot single-origin espresso with velvety steamed milk. Our signature drink.", "image": "https://images.unsplash.com/photo-1572442388796-11668a67e53d?w=600&h=400&fit=crop", "category": "Coffee", "brand": { "@type": "Brand", "name": "Cafe Aurora" }, "url": "https://aztrix.io/cafeaurora.eu/products/flat-white/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/cafeaurora.eu/products/flat-white.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-coffee" }, "offers": { "@type": "Offer", "price": 4.5, "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/cafeaurora.eu/products/flat-white/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-coffee", "@type": "ItemList", "name": "Coffee", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 3, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-flat-white" }, { "@id": "#prod-pour-over-v60" }, { "@id": "#prod-oat-milk-latte" } ] } ] } ```