Dataset Insights
{% for page, content in context.components.overview_insights.items() %}
{% for entry in content %}
{% for ins_type, insight in entry.items() %}
{{ insight|escape|replace('/*start*/', '')|replace('/*end*/', '') }}
|
{{ ins_type }} |
{% endfor %}
{% endfor %}
{% endfor %}
{% for _ in context.components.overview_insights %}
{% if loop.length > 1 %}
- {{ loop.index }}
{% endif %}
{% endfor %}
{% endif %}