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

{{ text }}

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