initial commit

This commit is contained in:
Michael Weinold
2025-05-30 18:48:21 +02:00
commit d0ddf8249a
14 changed files with 210 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block announce %}
Some text here to announce events, etc...
{% endblock %}