diff --git a/notebook/templates/edit.html b/notebook/templates/edit.html
index 5ef9eecc7..9b66df29e 100644
--- a/notebook/templates/edit.html
+++ b/notebook/templates/edit.html
@@ -25,6 +25,7 @@ data-file-path="{{file_path}}"
+{{super()}}
{% endblock %}
{% block header %}
diff --git a/notebook/templates/notebook.html b/notebook/templates/notebook.html
index 4dbc4c3cc..828851f3b 100644
--- a/notebook/templates/notebook.html
+++ b/notebook/templates/notebook.html
@@ -44,6 +44,8 @@ data-notebook-path="{{notebook_path | urlencode}}"
+{{super()}}
+
{% block kernel_logo_widget %}
diff --git a/notebook/templates/terminal.html b/notebook/templates/terminal.html
index ecdbbbe3f..b61c13b22 100644
--- a/notebook/templates/terminal.html
+++ b/notebook/templates/terminal.html
@@ -20,6 +20,7 @@ data-ws-path="{{ws_path}}"
{% block headercontainer %}
+{{super()}}
{% endblock headercontainer %}
{% block site %}
diff --git a/notebook/templates/tree.html b/notebook/templates/tree.html
index 283e4b115..d84a973c1 100644
--- a/notebook/templates/tree.html
+++ b/notebook/templates/tree.html
@@ -13,6 +13,7 @@ data-server-root="{{server_root}}"
{% block headercontainer %}
+ {{super()}}
{% if shutdown_button %}