diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-09-24 03:35:51 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-09-24 03:35:51 +0300 |
commit | 54ddea4614dbd31dad577ae5fdb8ec4821490199 (patch) | |
tree | 07187e4b87b09a68c5f5445a7a19f4263e3f65cf /web/kbn_templates/base.html | |
parent | bae3534f5a98c0c13fc7522d2c179a47ba685d98 (diff) |
save
Diffstat (limited to 'web/kbn_templates/base.html')
-rw-r--r-- | web/kbn_templates/base.html | 4 |
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 %} |