{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}
{% if controls_position in ['left', 'top'] %}
{{ components|join('')|safe }}
{% endif %}
Plot
{% if controls_position in ['right', 'bottom'] %}
{{ components|join('')|safe }}
{% endif %}
{% endblock %} {% block extra_scripts %} {% endblock %}