Skip to content

Block Comment

  • Block comments are used to add comments in the code. Block comments are displayed in block format of 3 lines.

Example: {% raw %}

{% comment %}
This is a block comment to explain the Liquid code written.
{% endcomment %}

{% endraw %}