How can I put comments inside Jinja2 argument list declaration ?
Everything I have tried gives an error: jinja2.exceptions.TemplateSyntaxError: unexpected ch
I was trying to add comments to Martijn Pieters.
{% .. %} = {# .. #}
{% .. %}
{# .. #}
{{ .. }} = {# .. #} (same as above)
{{ .. }}