{% csrf_token %}
Code:
{{ code }}
{% if vars %}
Vars:
{% for key, value in vars.items %}
{{ key }}:
{{ value|linebreaks }}
{% endfor %}
{% endif %}