Block Comment

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

Example:

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