{% extends "dashboard.html" %} {% block content %}
Response Times Go Back
{% for i in data %} {% endfor %}
Metric value(in Sec)
{{i['metric']}} {{i['value']}}
{% endblock %}