--- layout: page title: community-hub heading: The Community Hub ---
{% for pitch in site.data.community_hub.communities %} {% comment %}0 = even (right text), 1 = odd (left text){% endcomment %} {% assign modulo = forloop.index | modulo: 2 %} {% include pitch.html %} {% endfor %}