aboutsummaryrefslogtreecommitdiff
path: root/web/kbn_templates/base.j2
diff options
context:
space:
mode:
Diffstat (limited to 'web/kbn_templates/base.j2')
-rw-r--r--web/kbn_templates/base.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/web/kbn_templates/base.j2 b/web/kbn_templates/base.j2
index d43a08b..e2e29e3 100644
--- a/web/kbn_templates/base.j2
+++ b/web/kbn_templates/base.j2
@@ -35,9 +35,9 @@
{% block content %}{% endblock %}
-{% if js %}
-<script>{{ js|raw }}</script>
-{% endif %}
+<script>
+{% block js %}{% endblock %}
+</script>
</div>
</body>