html
<!-- my_template.html -->
{% for key, value in json_data.items %}
    <p>{{ key }}: {{ value }}</p>
{% endfor %}