{{ dashboard.title }}
{% if bokeh is True %}
{% include "chartflo/bokeh_head.html" %}
{% endif %}
{% if altair is True %}
{% include "chartflo/altair_head.html" %}
{% endif %}
{% if chartjs is True %}
{% include "chartflo/chartjs_head.html" %}
{% endif %}