{% extends "dashboard.html" %} {% block content %} {% for i in data1 %} {% endfor %}
Metric value
{{i['metric']}} {{i['value']}}
{% for i in data2 %} {% endfor %}
Metric value
{{i['metric']}} {{i['value']}}
{% endblock %}