{% with cls=class|default:'team card' %}
{% endwith %} {% if section.image %} {% sourceset section.image divide_by=3 class=section.image_class|default:'card-img-top' %} {% endif %}

{% if section.name %} {{section.name}} {% elif section.title %} {{section.title}} {% endif %}

{{yield}}