{{ exception }} {% if vars %}
{% for var in vars|keys %}
{{ var }} = {{ vars[var] }}
{% endfor %}
{% endif %}