{{custom_head}} {{title}}
{% block banner %}{% endblock %} {% if app_bar %}
{% endif %}
{% if tabs is defined -%}
{% for tab in tabs -%}
{%- for output in outputs %} {%- if output['tab'] == tab %} {%- if output['type'] != "d3" %}
{%- endif %} {%- if output['type'] == "d3" %}
{%- endif %} {%- endif %} {%- endfor %}
{%- endfor %}
{% else -%} {%- for output in outputs %} {% if output['type'] != "d3" -%}
{%- endif %} {% if output['type'] == "d3" -%}
{%- endif %} {%- endfor %} {%- endif %}