template is created

This commit is contained in:
2024-01-11 04:35:40 +07:00
commit 70344076ae
20 changed files with 1210 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{% block css %}
{% endblock %}
{% block body %}
<footer>
</footer>
{% endblock %}
{% block js %}
{% endblock %}