{{ "%02d"|format(loop.index) }}. {{ topic["title"] }}
Background
{% endif %}
{% if topic["overview_points"]|default([]) %}
{{ topic["analysis_points"][0] }}
Key Points
{% endif %}
{% if topic["quote_text"] %}
-
{% for line in topic["overview_points"] %}
- {{ line }} {% endfor %}
Conclusion
{% endif %}
{{ topic["quote_text"] }}