{% import 'macro' as macro %} {{ chart.page_title }} {{ macro.render_chart_dependencies(chart) }} {{ macro.render_chart_css(chart) }} {{ macro.generate_tab_css() }} {{ 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() }}