{% comment %} This page uses _data/hifis_team.yml to generate its content. It does on purpose NOT include the content of the markdown page. {% endcomment %} {% include top.html %} {% include header.html %}
{% include title_image.html%} {% assign team_members_core = site.data.hifis_team | where: "associate", false | sort: "name" %} {% assign team_members_associate = site.data.hifis_team | where: "associate", true | sort: "name" %}

Team

{% for person in team_members_core %} {% include team_card.html person=person %} {% endfor %}

Associates

{% for person in team_members_associate %} {% include team_card.html person=person %} {% endfor %}
{% include footer.html %}