{% from 'components/icon.html' import Icon %} {% macro StickyCTA(text, return_link_url=None, return_link_text=None) -%}
{% if return_link_url and return_link_text %} {% endif %}

{{ text }}

{% if caller %}
{{ caller() }}
{% endif %}
{%- endmacro %}