diff --git a/templates/.layout.html b/templates/.layout.html index 3983e7d..38857d5 100644 --- a/templates/.layout.html +++ b/templates/.layout.html @@ -10,4 +10,7 @@ {% block body %} {% endblock %} + {% for file in js_files %} + +{% endfor %} diff --git a/templates/app.html b/templates/app.html index e127af3..281b3d5 100644 --- a/templates/app.html +++ b/templates/app.html @@ -67,6 +67,4 @@ -{% for file in js_files %} - -{% endfor %} {% endblock %} +{% endblock %}