{% extends 'base.html' %}{% block content %}

Dashboard Admin

{% for k,v in d.items() %}
{{k}}

{{v}}

{% endfor %}
{% endblock %}