{% load i18n static %}
{% if slide.content.section_number %}
{{ slide.content.section_number }}
{% endif %} {% if slide.content.section_label %}
{{ slide.content.section_label }}
{% endif %}

{{ slide.title }}

{% if slide.subtitle %}

{{ slide.subtitle }}

{% endif %}