Answers for "liquid comment"

1

liquid comment

{% assign verb = "turned" %}
{% comment %}
{% assign verb = "converted" %}
{% endcomment %}
Anything you put between {% comment %} and {% endcomment %} tags
is {{ verb }} into a comment.
Posted by: Guest on January-20-2022

Browse Popular Code Answers by Language