Sure would be nice to have comments in templates. Jinja-style {# ... #} style.
At first, single-line comments... that would easy, just a "regex and done". But I also use them for commenting-out sections, so really they need to support multiple lines.
Sure would be nice to have comments in templates. Jinja-style
{# ... #}style.At first, single-line comments... that would easy, just a "regex and done". But I also use them for commenting-out sections, so really they need to support multiple lines.