{%- macro render_chart_content(c) -%}
{% if c._geo_json_name and c._geo_json %} {% endif %} {%- endmacro %} {%- macro render_notebook_charts(charts, libraries) -%} {%- endmacro %} {%- macro render_chart_dependencies(c) -%} {% for dep in c.dependencies %} {% endfor %} {%- endmacro %} {%- macro render_chart_css(c) -%} {% for dep in c.css_libs %} {% endfor %} {%- endmacro %} {%- macro display_tablinks(chart) -%}
{% for c in chart %} {% endfor %}
{%- endmacro %} {%- macro switch_tabs() -%} {%- endmacro %} {%- macro generate_tab_css() %} {%- endmacro %} {%- macro gen_components_content(chart) %} {% if chart._component_type == "table" %}

{{ chart.title_opts.title }}

{{ chart.title_opts.subtitle }}

{{ chart.html_content }}
{% elif chart._component_type == "image" %}

{{ chart.title_opts.title }}

{{ chart.title_opts.subtitle }}

{% endif %} {%- endmacro %}