{% extends "_page_base.html" %} {% block title %} Bokeh Plot Server {% endblock %} {# Needed for index page UI behaviors (so divs aren't stuck collapsed). #} {% block extra_scripts %} {% endblock %} {% block script %} Bokeh.embed.server_page(); {% endblock %} {% block content %}
{% endblock %}