Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Latest commit

 

History

History
58 lines (53 loc) · 1.5 KB

File metadata and controls

58 lines (53 loc) · 1.5 KB
layout default
title Team
order 5
extra_css
team.css

{% for team in site.data.teams %}

{{ team.team }}

{% for member in team.members %}

{{ member.name }}

{{ member.title }}
{% endfor %}

{% 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 %}