{% macro render_text(text) %}

{{ text }}

{% endmacro %} {% macro text() %}

{{ caller() }}

{% endmacro %} {% macro render_button(button_text, link) %} {% endmacro %} {% macro raw_url(link) %} {% endmacro %} {% macro grey_section(parts) %} {% endmacro %}