{{ sections.team.kicker | default: 'Team' }}

{{ sections.team.title | default: 'Our Team' }}

{{ sections.team.description }}

{% for member in team limit: section_controls.team.count %}
{{ member.name }}

{{ member.name }}

{{ member.designation }}

{{ member.email }}

{% endfor %}