{% if title %}

{{ title|raw }}

{% endif %}
{% if image %} {{ title|escape }} {% endif %}
{{ description|raw }}
{% if features is defined and features|length > 0 %} {% for feature in features %}
{{ feature.value }} {{ feature.description|raw }}
{% endfor %} {% endif %}