- Getting Started
- Liquid reference
- Filters reference
- Tags reference
- Localization
- Theme structure
- Theme sections
- Theme assets
- Theme config
- Theme layout
- Theme templates
-
- article.liquid
- blog.liquid
- cart.liquid
- collection.liquid
- customer/account.liquid
- customer/addresses.liquid
- customer/details.liquid
- customer/login.liquid
- customer/order.liquid
- customer/register.liquid
- customer/reset-password.liquid
- home.liquid
- page.no-heading.liquid
- products.liquid
- search.liquid
- list-collections.liquid
- store-locator.liquid
- 404.liquid
- customer/activate_account.liquid
- customer/orders.liquid
- Submission
contents
The contents object has the following attributes:.
contents.main-menu
Returns the object of the main menu. Such as home, catalog and etc. More info ›
contents.catalog
Returns the object of the catalog. Mostly is a list of collections. More info ›
contents.footer
Returns the object of the footer. Such as contact us, company profile and etc. More info ›
contents.terms-policy
Returns the object of the term and policy. Such as return policy, refund policy and etc. More info ›
contents.before-login
Returns the object before user login. More info ›
contents.after-login
Returns the object after user login. More info ›