{% for section in sections %}

{{ section.eteam|upper }}

{{ section.eteamTitle|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.ealtText}} {% else %} {{team.ealtText}} {% endif %} {% if team.ebio is not null %} {% endif %}

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

{{team.edescription}} {% if team.ebio is not null %} {{ team.ebutton }} {% endif %}
{% endif %} {% endfor %}