--- layout: page ---
{{ content }}
{% assign people = site.data[page.data].people %} {% if people[0] %} {% assign i = 0 %} {% for person in people %} {% assign columnI = i | modulo: 2 %} {% if columnI == 0 %}
{% endif %}

{{ person.position_name }}

{{ person.person_name }}

{% assign email_tokens = person.email | split: '@' %} {{ email_tokens[0] }}
{{ person.phone }}
@{{ person.username }}
{{ person.description }}
{% if columnI == 1 %}
{% endif %} {% assign i = i | plus: 1 %} {% endfor %} {% endif %}