Liquid syntax documentation
4 articles
An introduction to Liquid syntaxLiquid syntax allows you to dynamically place content in document layouts and discussion templates
Liquid tagsTags create the logic and control flow for templates. They are denoted by curly braces and percent signs: {% and %}.
Liquid filtersFilters change the output of a Liquid object. They are used within an output and are separated by a pipe character.
Liquid objectsObjects, or output markup (which may resolve to text) are surrounded by matched pairs of curly brackets.