{% load cms_tags %}

{{ instance.title }}

{% if instance.subtitle %}
{{ instance.subtitle }}
{% endif %}
{{ instance.body_text }}