First working version

This commit is contained in:
2023-01-15 18:32:05 +01:00
parent 0b7d16d3e0
commit 823470e2f2
37 changed files with 902 additions and 24 deletions
+4
View File
@@ -0,0 +1,4 @@
{% extends "base.html" %}
{% block content %}
<h1>Nothing here...</h1>
{% endblock %}