{% if box.image %} {% set image_width = box.image_width | default(700) %} {{ box.image.title }} {% endif %}

{{ box.title }}

{{ box.text | nl2br }}

{% if box.primary_button_text %} {{ box.primary_button_text }} {% endif %} {% if box.secondary_button_text %} {{ box.secondary_button_text }} {% endif %}