This commit is contained in:
2023-07-21 18:43:49 +02:00
commit 85a90a8fc1
9 changed files with 509 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{% extends "layouts/base.html" %}
{% block content %}
Hello
{% endblock %}