{% extends "base.html" %} {% block extra_resources %} {% endblock %} {% block content %} {% from macros import embed %}
{% for plot in roots %}
{{ embed(plot) }}
{% endfor %}
{{ plot_script }} {% endblock %}