{% extends 'app/base.html' %} {% block content %}
{% for k, v in result.items %}
{{ k }}
{{ v }}
{% endfor %}
{% endblock %}