{% macro banner_info(icon, text) %}

{{ text }}

{% endmacro %} {% macro banner_info_lg(title, text, button, link) %}

{{ title }}

{{ text }}

{% if button %} {% endif %}
{% endmacro %}