Releases: motet-a/jinjalint
Releases · motet-a/jinjalint
v0.5
v0.3
- 0abd2c2: Optional Jinja containers support:
{% if something %}<a href="somewhere">{% endif %}
<p>something</p>
{% if something %}</a>{% endif %}
This pattern is pretty common in real-world projects. I finally found a way to parse it.
{%- foo -%}
{%- foo %}
{{- bar -}}
{{ bar -}}
{%+ foo %}
{{+ bar }}
There is no such thing in the Django flavor.