10 lines
283 B
Text
10 lines
283 B
Text
|
{% extends "base" %}
|
||
|
{% block title %}members{% endblock title %}
|
||
|
{% block content %}
|
||
|
Make sure to verify our PGP keys when communicating with us.
|
||
|
<ul>
|
||
|
<li><a href="/assets/pgp/andre.txt">andre</a></li>
|
||
|
<li><a href="/assets/pgp/hex.txt">hex</a></li>
|
||
|
</ul>
|
||
|
{% endblock content %}
|