{% include 'tab_scripts.html' %} {% include 'tab_styles.html' %}
{% for title in context.meta %}
{{ title }}
{% endfor %}
{% if context.tabledata %}
Pearson
Spearman
KendallTau
{% for th, tbs in context.tabledata.items() %}
{{th}}
{% for v in tbs.values() %}
{{v}}
{% endfor %}
{% 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]] %}
{{ insight }}
{% endfor %}
{% endif %} {{ fig }}
{% endfor %}