This commit is contained in:
2024-07-16 17:35:15 +03:00
parent f68f4f322a
commit 6be194b900
10 changed files with 239 additions and 21 deletions

View File

@@ -3,17 +3,7 @@
{% include 'header.html' %}
<body>
<section id="app" class="container">
{% include '/private/navbar.html' %}
{% block content %}
{% endblock content %}
{% block breadcrumb %}
{% endblock %}
{% include 'footer.html' %}
</section>
<section id="app" class="container"></section>
<script type="text/javascript" src="{{ STATIC }}/tinymce/tinymce.min.js"></script>