{% extends "base.html" %} {% block content %} {% if plot_divs is defined %} {% for plot_div in plot_divs %}
{{ plot_div|safe }}

{% endfor %} {% endif %} {% endblock %}