split base template in multiple files

This commit is contained in:
Eduardo Silva
2026-01-25 11:46:02 -03:00
parent b2132057c6
commit b188f9d5b2
11 changed files with 402 additions and 383 deletions

View File

@@ -26,6 +26,6 @@
<script src="/static/AdminLTE-3.2.0/plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- AdminLTE App -->
<script src="/static/AdminLTE-3.2.0/dist/js/adminlte.min.js"></script>
{% include "template_messages.html" %}
{% include 'template_parts/base_messages.html' %}
</body>
</html>