{% if templates %} {% for template in templates %} {% endfor %}
Filename Context vars
{{ template.template.name }} {{ template.context.keys()|join(', ') }}
{% else %}

No templates rendered.

{% endif %}