Skip to main content

max / makenotwork

432 B · 12 lines History Blame Raw
1 {% include "partials/tabs/project_subscriptions.html" %}
2
3 <hr class="section-divider">
4
5 {% include "partials/tabs/project_promotions.html" %}
6
7 <hr class="section-divider">
8
9 {#- The team-splits section is described. It emits its own `#project-members`
10 region, which is what its writes answer into: `crate::quasi::project_members`. -#}
11 {{ crate::quasi::project_members::section(members, *owner_split, project_id.as_str())|safe }}
12