{% if this.slide_layout == "title-slide" %}

{{ this.title }}


{% if this.subtitle %}

{{ this.subtitle }}

{% endif %} {% if this.author %}
{{ this.author }}
{% endif %}
{% elif this.slide_layout == "image_left" %}

{{ this.title }}

{% if this.image %}
{% endif %}
{{ this.description }}
{% elif this.slide_layout == "image_right" %}

{{ this.title }}

{{ this.description }}
{% if this.image %}
{% endif %}
{% else %}

{{ this.title }}

{{ this.description }} {% if this.image %} {% endif %}
{% endif %}