{% if include.thumbnail %}
An example image
{% endif %}
{% if include.title %}

{{ include.title }}

{% endif %}

{{ include.description }}

{% if include.actionTitle %}{{ include.actionTitle }}{% endif %}