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

{{ sections.partners.title }}

{{ sections.partners.subtitle }}

{% for partner in sections.partners.logos %}
{{ partner.name }}
{% endfor %}
{% if sections.partners.layout == 'featured' and sections.partners.featured_partners %}

{{ sections.partners.featured_title }}

{% for partner in sections.partners.featured_partners %}
{{ partner.name }}

{{ partner.name }}

{{ partner.description }}

{% if partner.benefits %}
    {% for benefit in partner.benefits %}
  • {{ benefit }}

  • {% endfor %}
{% endif %} {% if partner.cta_url and partner.cta_text %} {% endif %}
{% if partner.image %}
{{ partner.name }}
{% endif %}
{% endfor %}
{% elif sections.partners.layout == 'cards' %}
{% for partner in sections.partners.partners_list %}
{{ partner.name }}

{{ partner.name }}

{{ partner.description }}

{% if partner.cta_url and partner.cta_text %} {% endif %}
{% endfor %}
{% endif %} {% if sections.partners.testimonial %}

{{ sections.partners.testimonial.quote }}

{% if sections.partners.testimonial.logo %} {{ sections.partners.testimonial.company }} {% endif %}
{{ sections.partners.testimonial.name }}
{{ sections.partners.testimonial.position }}, {{ sections.partners.testimonial.company }}
{% if sections.partners.testimonial.image %}
Partnership testimonial
{% endif %}
{% endif %} {% if sections.partners.cta %}

{{ sections.partners.cta.title }}

{{ sections.partners.cta.description }}

{% for button in sections.partners.cta.buttons %} {% if button.icon %} {% endif %} {{ button.label }} {% endfor %}
{% endif %}