diff options
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html index 991200a..4c1302c 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -21,5 +21,6 @@ </head> <body> {% block content %}{% endblock %} + <script src="{{ staticBase }}/app.js"></script> </body> </html>
\ No newline at end of file |