{% extends "base.html" %} {% block content %} {% if nested_list %}
{% endif %} {% if graphs %}
{% for graph in graphs %}
{{ graph }}
{% endfor %}
{% endif %} {% endblock %}