{% include head.html %} {% include header.html %}

Coops that offer {{ page.name }}

{% if page.description %}

{{ page.description }}

{% endif %}
{% for coop in site.coops %} {% if coop.services contains page.slug %}
{{ coop.name }}
{% endif %} {% endfor %}
{% include footer.html %}