This commit is contained in:
2025-09-02 22:25:30 +03:00
parent d23055a0bf
commit f59e1eeebd
9 changed files with 92 additions and 17 deletions

11
templates/events.html Normal file
View File

@@ -0,0 +1,11 @@
{% extends "base.html" %}
{% block title %}Dashboard{% endblock %}
{% block headers %}
{% endblock %}
{% block content %}
<h1>Hello!!!!!!!</h1>
{% endblock %}