{% extends "base.html" %} {% block plots %}
{% for row in plots %}
{% for plot in row %}
{{ plot }}
{% endfor %}
{% endfor %}
{% endblock %}