{% import 'macro' as macro %} {{ chart.page_title }} {{ macro.render_chart_dependencies(chart) }} {{ macro.render_chart_css(chart) }} {% if chart.use_custom_tab_css is not true %} {{ macro.generate_tab_css() }} {% else %} {% endif %} {{ macro.display_tablinks(chart) }}
{% for c in chart %} {% if c._component_type in ("table", "image") %} {{ macro.gen_components_content(c) }} {% else %} {{ macro.render_chart_content(c) }} {% endif %} {% endfor %}
{{ macro.switch_tabs() }}