{% extends "base.html" %} {% block title %}dreaml: Plots{% endblock %} {% block styles -%} {{super()}} {# do not forget to call super or Bootstrap's own stylesheets will disappear! #} {% endblock %} {% block content %}

Real Time Plots

{% for script in scripts %}
{{script}}
{% endfor %}
{% endblock %} {% block scripts %} {{super()}} {% endblock %}