{
{% for key, value in data.items %} "{{key}}": {{value}}{% if not forloop.last %},{% endif %}
{% endfor %}
}