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.