Liquid tags define blocks of logic within a template. Opening and closing tags wrap the logic and may accept parameters.
{% tag name: "Tag", useful: true %}
{% endtag %}
For documentation on Liquid’s built-in tags, see Liquid Tags
For reference to key tags, see tags.