comment block twig code example
Example 1: twig comment
{# This will be a comment in Twig #}
Example 2: comment in twig
{# note: disabled template because we no longer use this
{% for user in users %}
...
{% endfor %}
#}
{# This will be a comment in Twig #}
{# note: disabled template because we no longer use this
{% for user in users %}
...
{% endfor %}
#}