fixes templating (main-tag)

This commit is contained in:
Michael Beck
2025-02-05 21:23:04 +01:00
parent 4c92ce9ceb
commit 6b57efde79
4 changed files with 4 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</main>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="{{url_for('static', filename='color_mode.js')}}"></script>
</body>
</html>