{% include 'tab_scripts.html' %} {% include 'tab_styles.html' %}
{% for title in context.meta %}
{{ title }}
{% endfor %}
{% if context.tabledata %}
{% for title, table in context.tabledata.items() %}
{{ title }}
{% for th, td in table.items() %}
{{ th }}
{{ td }}
{% endfor %}
{% endfor %}
{% endif %} {% for fig in context.components[1] %}
{% if context.insights[context.meta[loop.index]] %}
{% for insight in context.insights[context.meta[loop.index]] %}
{{ insight }}
{% endfor %}
{% endif %} {{ fig }}
{% endfor %}