feat: Change app template
- Add global variables to app template - Add flag colors to global variables - Change var declaration
This commit is contained in:
parent
8942dc3632
commit
fe2261fda5
2 changed files with 18 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue