{{ title }}
{% for key, value in data.items() %}
{{ loop.index }}
{{ key }}
{{ value }}
{% endfor %}