{% macro createWidget(title, text, settings) %}
{% if settings.center == true %}

{{ title }}

{{ text }}

{% if ctaSettings and ctaSettings.url %} {% endif %}
{% else %}

{{ title }}

{{ text }}

{% endif %}
{% endmacro %}