{% for section in sections %}

{{ section.team|upper }}

{{ section.teamTitle|upper }}

{% endfor %}
{% for team in teams %} {% if team.display == true %}
{% set path = '/build/img/team/' %} {% set id = (team.firstname|lower) %} {% set file = '.webp' %} {% set filepath = path ~ id ~ file %} {% if team.imageName %} {{team.altText}} {% else %} {{team.altText}} {% endif %} {% if team.bio is not null %} {% endif %}

{{team.firstname}} {% if team.lastname %}{{team.lastname}}{% endif %}

{{team.description}} {% if team.bio is not null %} {{ team.button }} {% endif %}
{% endif %} {% endfor %}