diff --git a/server/views/partials/layout.njk b/server/views/partials/layout.njk
index 7463cf60..9185eb42 100644
--- a/server/views/partials/layout.njk
+++ b/server/views/partials/layout.njk
@@ -46,13 +46,13 @@
{% endif %}
+
+
{% if feComponents.cssIncludes %}
{% for css in feComponents.cssIncludes %}
{% endfor %}
{% endif %}
-
-
{% endblock %}
{% block pageTitle %}{{pageTitle | default(applicationName)}}{% endblock %}