{% extends 'ohmyadmin/layout/dashboard.html' %} {% block content %}
{% for metric in metrics %}
{{ metric.content }}
{% endfor %}
{% endblock %}