cotech-website/index.html

16 lines
184 B
HTML
Raw Normal View History

2017-06-27 13:16:07 +00:00
---
title: CoTech
---
2017-06-27 14:03:57 +00:00
<h1>CoTech</h1>
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 | relative_url }}">
{{ coop.name }}
2017-06-27 13:14:21 +00:00
</a>
</li>
{% endfor %}
</ul>