1. Home
  2. Liquid
  3. Escape liquid tags

You can escape liquid tags from being processed by using this pattern.

#liquid
 {{"  {%  include file.html  "}} %}
 {% comment  %} It returns  {% include file.html  %} without parsing.  {% endcomment  %}
copy
Full Liquid cheatsheet