diff --git a/debian/control b/debian/control
index fc8e11424..6a780fed7 100644
--- a/debian/control
+++ b/debian/control
@@ -63,6 +63,7 @@ Depends: ${python3:Depends}
, libjs-jquery
, libjs-modernizr
, network-manager
+ , node-turbolinks
, ppp
, pppoe
, python3-apt
diff --git a/plinth/modules/help/templates/help_index.html b/plinth/modules/help/templates/help_index.html
index 3f4861252..16ef9560b 100644
--- a/plinth/modules/help/templates/help_index.html
+++ b/plinth/modules/help/templates/help_index.html
@@ -94,3 +94,12 @@
{% endif %}
{% endblock %}
+
+{% block page_js %}
+
+{% endblock %}
diff --git a/plinth/templates/base.html b/plinth/templates/base.html
index 568e7b53b..c651aff41 100644
--- a/plinth/templates/base.html
+++ b/plinth/templates/base.html
@@ -70,6 +70,15 @@
+
+
+
+
+
+
+
+
+
{% block app_head %}{% endblock %}
{% block page_head %}{% endblock %}
@@ -244,14 +253,6 @@
-
-
-
-
-
-
-
-
{% block app_js %}{% endblock %}
{% block page_js %}{% endblock %}