SyntaxFix
Write A Post
Hire A Developer
Questions
As answer by Miles, {% comment %}...{% endcomment %} is used for multi-line comments, but you can also comment out text on the same line like this:
{% comment %}...{% endcomment %}
{# some text #}