{% set backButton = backButton is null ? false : backButton %}
{% if backButton %} {% endif %} {{ title|text }}
{% if items|length > 0 %}
{% for item in items %} {% if item.enabled %}
{{ item.title|text }}

{{ item.description|text }}

{% endif %} {% endfor %}
{% endif %}