{% for person in include.people %}{% assign row = forloop.index | modulo: include.people.size %} {% if row == 1%}
{% endif %} {% endfor %}