{% extends 'layout.html' %} {% block content %} {% for row in rows %} {% endfor %}
{{ row["ws"] }} {{ row["total"] }}
{% endblock content %}