{% load static %} {% block home_content %}
Dashboard
{% for item in name %}
{{ item.number }}
{{ item.percent }}
{{ item.description }}
{% endfor %}
{% endblock %}