{{ agenda_title }}
{{ agenda_content | safe }}
2
{% endif %}
{% if key_points_title and key_points_content %}
{{ key_points_title }}
{{ key_points_content | safe }}
3
{% endif %}
{% if slides %}
{% for slide in slides %}
{{ slide.title }}
{{ slide.content | safe }}
{{ loop.index + 3 }}
{% endfor %}
{% endif %}
{% if conclusion_title and conclusion_content %}
{{ conclusion_title }}
{{ conclusion_content | safe }}