mirror of
https://git.coop/cotech/website.git
synced 2024-11-21 14:23:06 +00:00
List coops offering specific service
This commit is contained in:
parent
c1d855e777
commit
cf97187b86
@ -1 +1,9 @@
|
||||
<h1>Coops that offer {{ page.name }}</h1>
|
||||
|
||||
<ul>
|
||||
{% for coop in site.coops %}
|
||||
{% if coop.services contains page.slug %}
|
||||
<li>{{ coop.name }}</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user