For detailed documentation, please refer to the official LiquidJS and Shopify Liquid documentation.
Liquid Syntax Basics
Objects
Objects represent variables that output content on the page. They are denoted with double curly braces:Tags
Tags create the logic and control flow for templates. They are denoted with curly braces and percent signs:Filters
Filters change the output of an object. They are applied to an object using the pipe character:Next Steps
Objects Reference
Learn about all available Liquid objects and their properties
Filters Reference
Explore the complete list of Liquid filters
Tags Reference
Discover all Liquid tags and how to use them