All Template Variables

{% for key, value in globals().items() %}
{{ key }}: {{ value }}
{% else %}

No variables passed to template.

{% endfor %}