Skip to main content
Syntax tags help you control how your Liquid code is processed and displayed in templates.

comment

Allows you to add comments that aren’t rendered in the output.

raw

Temporarily disables tag processing, allowing Liquid syntax to be output as text.

liquid

Enables the use of Liquid code within tag markup.

echo

Outputs a string value. Similar to using {{ value }}, but can be used within {% liquid %} tags.