first commit

This commit is contained in:
ayxan
2022-08-24 17:37:03 +04:00
commit f9930c2476
53 changed files with 785 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{% extends 'base.html' %}
{% block title %} Home Page {% endblock title %}
{% block content %}
{% include 'components/message.html' %}
{% endblock content %}