diff --git a/_layouts/service.html b/_layouts/service.html
index d25a1ed..1f3364f 100644
--- a/_layouts/service.html
+++ b/_layouts/service.html
@@ -1 +1,9 @@
Coops that offer {{ page.name }}
+
+
+{% for coop in site.coops %}
+ {% if coop.services contains page.slug %}
+ - {{ coop.name }}
+ {% endif %}
+{% endfor %}
+