{% if sections.contact.badge %} {{ sections.contact.badge }} {% endif %}

{{ sections.contact.title }}

{{ sections.contact.subtitle }}

{% for info in sections.contact.info %}

{{ info.title }}

{{ info.value }}

{% if info.link_url and info.link_text %} {{ info.link_text }} {% endif %}
{% endfor %}
{% if sections.contact.social_links %}

{{ sections.contact.social_links.title }}

{% for social in sections.contact.social_links.platforms %} {% endfor %}
{% endif %} {% if sections.contact.office_hours %}

{{ sections.contact.office_hours.title }}

{% for schedule in sections.contact.office_hours.schedule %}
{{ schedule.days }} {{ schedule.hours }}
{% endfor %}
{% endif %}

{{ sections.contact.form.title }}

{% for field in sections.contact.form.fields %}
{% if field.type == 'textarea' %} {% elif field.type == 'select' %} {% else %} {% endif %}
{% endfor %} {% if sections.contact.form.privacy_policy %}
{% endif %}
{% if sections.contact.map %}
{% if sections.contact.map.embed_url %} {% else %}

{{ sections.contact.map.title }}

{{ sections.contact.map.address }}

{% endif %}
{% endif %}