iwakuweb/templates/members.html.tera
hexlocation 775cbae281
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
:: rewrite ::
2024-10-05 00:48:55 +02:00

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