refactor: using word depot in rear instead of admin

This commit is contained in:
2024-07-20 09:34:51 +02:00
parent a26e17a064
commit 966291dbd9
38 changed files with 1112 additions and 72 deletions

View File

@@ -0,0 +1,10 @@
{% extends "depot/base.jinja" %}
{% block content %}
{% include "depot/dashboard.jinja" %}
<div>
Some text
another text
Third text
</div>
{% endblock %}