feat: Update ui screens
Separate script and assets block.
This commit is contained in:
parent
6a717b7ab8
commit
92f3c4f81f
6 changed files with 23 additions and 9 deletions
|
|
@ -17,11 +17,13 @@ tags:
|
|||
<main></main>
|
||||
{% endblock %}
|
||||
|
||||
{% block script %}
|
||||
{% block assets %}
|
||||
<script src="/vendor/hippie-script.js"></script>
|
||||
<script src="/js/globals.js"></script>
|
||||
<script src="/js/app.js"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block script %}
|
||||
<script>
|
||||
class HippieClock {
|
||||
constructor(element, date = new Date(), options = {}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue