Shopify/Liquid Syntax
Liquid is a template language - it allows you to control the flow and use objects while creating amazing templates for web pages
As Liquid is a template language, it allows you to control the logic flow and use objects while creating amazing templates for web pages.
When it comes to Liquid, there're three concepts you'll need to know:
- How to get a object value: This is the key to create dynamic pages. Check the Shopify/Liquid Object Syntax article;
- How to control the logic flow: This is useful to create lists or to display conditional sections. Check the Shopify/Liquid Logic Syntax article;
- How to use filters on objects and on logic statements: It allows you to limit loop statements and change objects before displaying its value. Check the Shopify/Liquid Filter Syntax article.
Objects List:
You can find the complete object reference at Shopify/Liquid Complete Objects Reference
Advanced Shopify/Liquid Syntax
You can find more information about Liquid Statements on the official Liquid documentation. The complete Shopify/Liquid documentation is located here.