escape Liquid tags
You can escape liquid tags from being processed by using this pattern.
{{" {% include file.html "}} %}
{% comment %} It returns {% include file.html %} without parsing. {% endcomment %}
copy