Liquid is an open-source template language created by Shopify. It’s written in Ruby and used to load dynamic content on websites. Liquid is designed to be simple, secure, and easy to learn.Documentation Index
Fetch the complete documentation index at: https://docs.kiwify.com.br/llms.txt
Use this file to discover all available pages before exploring further.
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
