JSON键
数据值
{% for key, value in data.items() %}
{{ key }}
{{ value|safe }}
{% endfor %}