--- layout: page --- {{ content }} {% assign people = site.people | where_exp: "person", "person.projects contains page.project_id" %} {% if people.size > 0 %}

People

{% include person-cards-small.html people=people %} {% endif %}