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

{{ text }}

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