{{ title }}
{{ message }}
{% for k,v in data.items() %}
{{k}}
: {{v}}
{% endfor %}
Back