cotech-website/index.html

14 lines
152 B
HTML
Raw Normal View History

2017-06-27 13:16:07 +00:00
---
title: CoTech
---
2017-06-27 13:14:21 +00:00
<ul>
{% for coop in site.coops %}
2017-06-27 13:14:21 +00:00
<li>
<a href="{{ coop.url }}">
{{ coop.name }}
2017-06-27 13:14:21 +00:00
</a>
</li>
{% endfor %}
</ul>