diff --git a/authentik/api/templates/api/browser.html b/authentik/api/templates/api/browser.html
index 675dfc6fe..2b4ed50fd 100644
--- a/authentik/api/templates/api/browser.html
+++ b/authentik/api/templates/api/browser.html
@@ -10,8 +10,6 @@ API Browser - {{ tenant.branding_title }}
-
-
{% endblock %}
{% block body %}
diff --git a/authentik/core/templates/base/skeleton.html b/authentik/core/templates/base/skeleton.html
index ae89350c2..50a40de66 100644
--- a/authentik/core/templates/base/skeleton.html
+++ b/authentik/core/templates/base/skeleton.html
@@ -8,7 +8,8 @@
{% block title %}{% trans title|default:tenant.branding_title %}{% endblock %}
-
+
+
{% block head_before %}
{% endblock %}
diff --git a/authentik/core/templates/if/admin.html b/authentik/core/templates/if/admin.html
index 00b977972..b3b761f88 100644
--- a/authentik/core/templates/if/admin.html
+++ b/authentik/core/templates/if/admin.html
@@ -6,8 +6,6 @@
-
-
{% include "base/header_js.html" %}
{% endblock %}
diff --git a/authentik/core/templates/if/flow.html b/authentik/core/templates/if/flow.html
index bdf81be15..da117a470 100644
--- a/authentik/core/templates/if/flow.html
+++ b/authentik/core/templates/if/flow.html
@@ -5,8 +5,6 @@
{% block head_before %}
{{ block.super }}
-
-
{% if flow.compatibility_mode and not inspector %}
{% endif %}
diff --git a/authentik/core/templates/if/user.html b/authentik/core/templates/if/user.html
index 98b59bfe3..3d3ee538e 100644
--- a/authentik/core/templates/if/user.html
+++ b/authentik/core/templates/if/user.html
@@ -6,8 +6,6 @@
-
-
{% include "base/header_js.html" %}
{% endblock %}