{{ title | default("Presentation") }}

{{ subtitle | default("") }}
{{ date | default("") }} | {{ author | default("") }}
{% if agenda_title and agenda_content %}

{{ 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 }}
{% endif %}

{{ closing_text | default("Thank You") }}

{% if contact_info %}
{{ contact_info }}
{% endif %}