refactor: using word depot in rear instead of admin
This commit is contained in:
10
templates/depot/index.html
Normal file
10
templates/depot/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends "depot/base.jinja" %}
|
||||
|
||||
{% block content %}
|
||||
{% include "depot/dashboard.jinja" %}
|
||||
<div>
|
||||
Some text
|
||||
another text
|
||||
Third text
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user