{% 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 %}
{% endif %} {% endfor %}
{% include footer.html %}