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