{% if box.title %}

{{ box.title }}

{% endif %} {% if box.description %}

{{ box.description|linebreaksbr }}

{% endif %} {% if box.template %} {% include box.template %} {% else %} {% for widget in box.widgets %} {% include widget.template %} {% endfor %} {% endif %}