hexlocation
c539c98191
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
12 lines
497 B
Text
12 lines
497 B
Text
{% import "macros" as macros %}
|
|
{% extends "base" %}
|
|
{% block title %}members{% endblock title %}
|
|
{% block content %}
|
|
These are currently members of iwakura.rip, participating in some form.
|
|
<ul>
|
|
{{macros::user_display(username="hex", role=2)}}
|
|
{{macros::user_display(username="andre", role=1)}}
|
|
{{macros::user_display(username="grng", role=1)}}
|
|
</ul>
|
|
If communicating with any of our members, please encrypt your message against their pgp key, if they have one.
|
|
{% endblock content %}
|