feat: Change app template

- Add global variables to app template
- Add flag colors to global variables
- Change var declaration
This commit is contained in:
sthag 2025-05-18 11:17:48 +02:00
parent 8942dc3632
commit fe2261fda5
2 changed files with 18 additions and 6 deletions

View file

@ -23,6 +23,8 @@
{% block body %}{% endblock %}
{% block script %}
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="{{ pageBase }}js/variables.js"></script>
{% endblock %}
</body>