4
0
mirror of https://git.coop/cotech/website.git synced 2025-06-29 09:50:53 +00:00
Files
cotech-website/index.html
2017-06-27 15:03:12 +01:00

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>