{% if this.slide_layout == "title-slide" %}
{{ this.title }}
{% if this.subtitle %}
{{ this.subtitle }}
{% endif %}
{% if this.author %}
{{ this.author }}
{% endif %}
{% else %}
{{ this.title }}
{{ this.description }}
{% if this.image %}
{% endif %}
{% endif %}