The store object for shop-wide settings, contact details, and branding.
The store object holds information about the shop itself. It is available on every page. Use it for headers, footers, and anywhere you need the store name, logo, or contact details.
The store.brand object contains the store's visual identity: colours, logo, and social links. Use it to build headers, footers, and social sections that automatically update when the merchant changes their branding.
<p>All prices are in {{ store.currency }} ({{ store.currency_symbol }})</p>
You rarely need these directly. The money filter handles formatting for you. But they are useful for showing a currency notice in the footer or for passing data to JavaScript.