{% include 'univariate_scripts.html' %} {% include 'univariate_styles.html' %}
{% for title in context.meta %} {% endfor %}
{% if context.tabledata %}
{% for title, table in context.tabledata.items() %}

{{ title }}

{% for th, td in table.items() %} {% endfor %}
{{ th }}{{ td }}
{% endfor %} {% if context.insights[context.meta[0]] %} {% endif %}
{% endif %} {% for fig in context.components[1] %}
{% if context.insights[context.meta[loop.index]] %}
    {% for insight in context.insights[context.meta[loop.index]] %}
  1. {{ insight }}
  2. {% endfor %}
{% endif %} {{ fig }}
{% endfor %}