| layout | default | |
|---|---|---|
| title | Team | |
| order | 5 | |
| extra_css |
|
{% for team in site.data.teams %}
{% if team.recruiting_form %}
Currently recruiting »
Click here to apply
{% endif %}
Governed by the
{{ team.constitution_title }}
{% if team.email %}
• Email: {{ team.email }}
{% endif %}
{% if team.website %}
• Visit website
{% endif %}
---
{% endfor %}