feat: initial commit

This commit is contained in:
2024-09-08 14:24:40 +02:00
commit 436dbe1393
22 changed files with 3644 additions and 0 deletions

5
templates/user_home.html Normal file
View File

@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block content %}
<h1> User Home</h1>
{% endblock content %}