{% if return_to_top_href %}
Return to top
{% endif %}
{% if type == 'big' %}
{{ slot }}
{% if show_signup == "true" %}

{{ signup_heading }}

{% endif %}
{% elif type == 'slim' %}
    {{ slot }}
{{ contact_info }}
{% else %}
    {{ slot }}
{% endif %}
{% if type == 'slim' %}
{% if agency_logo %}
{% endif %}

{{ agency_name }}

{% else %}
{% if agency_logo %}
{% endif %}

{{ agency_name }}

{{ social_links }} {% if contact_heading %}

{{ contact_heading }}

{% endif %} {{ contact_info }}
{% endif %}