Skip to main content

Liquid templates

Liquid templates allow you to control the look and feel of different pages of the online store. They cannot be used with sections. You must use JSON templates to use sections.

One of the main use cases for Liquid templates is to have different layouts for different product pages. You can assign specific templates to specific products to achieve different looks and show different features. For example, all apparel products might have different templates which will have its own combinations of settings, sections and blocks.


A Liquid template doesn't have a fixed schema.


A Liquid template accepts standard HTML and Liquid. Liquid templates can access any global Liquid objects, as well as the object that's associated with the template. For more information, refer to the documentation for each template type.


Was this page helpful?