summaryrefslogtreecommitdiff
path: root/web/kbn_templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/kbn_templates/base.html')
-rw-r--r--web/kbn_templates/base.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/kbn_templates/base.html b/web/kbn_templates/base.html
index e567a90..43f7d2a 100644
--- a/web/kbn_templates/base.html
+++ b/web/kbn_templates/base.html
@@ -9,11 +9,13 @@
window.console && console.error(error);
}
</script>
- {{ head_static }}
+ {{ head_static | safe }}
</head>
<body>
<div class="container py-3">
+{% block content %} {% endblock %}
+
{% if js %}
<script>{{ js|raw }}</script>
{% endif %}