{{ include.name }}

No matches. {% assign columns = 4 %} {% for type_hash in include.orgs %} {% assign slug = type_hash[0] | downcase | replace: ' ','-' | replace: '.','' %}

{{ type_hash[0] }} ({{ type_hash[1] | size }})

{% for org in type_hash[1] %} {% assign column_number = forloop.index0 | modulo:columns %} {% if column_number == 0 %}
{% endif %} {% if column_number == 3 %}
{% endif %} {% endfor %} {% if column_number != 3 %}
{% endif %}
{% endfor %}