add: Базовые шаблоны

This commit is contained in:
2026-08-14 15:12:24 +03:00
parent d75606c952
commit 9c18d10660
4 changed files with 90 additions and 0 deletions
+5
View File
@@ -1 +1,6 @@
{% extends "_base.html" %}{% load static %}
{% block CONTENT %}
<p>Привет</p>
{% endblock CONTENT %}