jinja2.exceptions.TemplateSyntaxError: expected token ‘end of statement block’, got ‘with’
... {% include './admin/modal.html' with variable="adf" %} ...
... {% include './admin/modal.html' with variable="adf" %} ...
{% with variable="adf" %}
{% include './admin/modal.html' %}
{% endwith %}