iwakuweb/templates/members.html.tera

10 lines
283 B
Text
Raw Normal View History

2024-10-05 00:48:55 +02:00
{% 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 %}