{# Public partners strip. Rendered by the home.section hook with: partners : active partners (each has .logo_url, .name, .link) cfg : get_config("partners") -> title / scope / grayscale Renders nothing when there are no active partners. #} {% if partners %}
{% if cfg.title %}

{{ cfg.title }}

{% endif %}
{% for p in partners %} {% if p.link %} {% else %} {% endif %} {% endfor %}
{% endif %}