This commit is contained in:
hexlocation 2025-06-10 16:27:45 +02:00
parent 989d693eb3
commit 3e4e64d82e
8 changed files with 21 additions and 36 deletions

View file

@ -0,0 +1,6 @@
{% import "macros" as macros %}
{% extends "base" %}
{% block title %}members{% endblock title %}
{% block content %}
Coming soon!
{% endblock content %}