{% import 'macro' as macro %} {{ chart.page_title }} {{ macro.render_chart_dependencies(chart) }} {{ macro.render_chart_css(chart) }} {% if chart.download_button %} {% endif %}
{% for c in chart %} {% if c._component_type in ("table", "image") %} {{ macro.gen_components_content(c) }} {% else %} {{ macro.render_chart_content(c) }} {% endif %} {% for _ in range(chart.page_interval) %} {% if chart.remove_br is false %}
{% endif %} {% endfor %} {% endfor %}