5
0
mirror of https://git.coop/cotech/website.git synced 2024-11-24 15:43:07 +00:00
cotech-website/index.html

14 lines
167 B
HTML

---
title: CoTech
---
<ul>
{% for coop in site.coops %}
<li>
<a href="{{ coop.url | relative_url }}">
{{ coop.name }}
</a>
</li>
{% endfor %}
</ul>