{% for style in extra_css %} {% endfor %} {{ bokeh_css }} {{ bokeh_js }} {% for script in extra_scripts %} {% endfor %}
{% if header is not none %}
{{ header }}
{% endif %}
{% if before_content is not none %} {{ before_content | indent(12) }} {% endif %} {{ plot_div | indent(12) }} {{ plot_script }} {% if after_content is not none %} {{ after_content | indent(12) }} {% endif %}

Generated on {{ timestamp }}.

{% if footer is not none %} {% endif %}