3df3728
1 2 3 4 5 6 7 8
<section class="volunteers"> {% for person in site.volunteers %} <article class="volunteer"> <span class="name">{{ person.name }}</span> / <span class="description">{{ person.description }}</span> </article> {% endfor %} </section>