Appearance
comment
Allows you to leave un-rendered code inside a Liquid template. Any text within the opening and closing comment blocks will not be printed, and any Liquid code within will not be executed.
Example:
Hello {% comment %} content {% endcomment %} There
Output
Hello YouCan
comment
Allows you to leave un-rendered code inside a Liquid template. Any text within the opening and closing
comment
blocks will not be printed, and any Liquid code within will not be executed.Example:
2
3
4
5
Output
2
3