{% comment %} New Team Helper Create a new team that can be included in the people's page. {% endcomment %}

{{ include.name }}

{% for person in site.data.people %} {% assign team_name = include.name | slugify %} {% if person[1].team == team_name %}
{% include helpers/avatar_exists.html %} {% if avatar_exists == "true" %} Profile Picture's of {{ person[1].name }} {% elsif avatar_exists == "false" %} {% endif %}

{{ person[1].name }}

{{ person[1].location }}

{% endif %} {% endfor %}