diff --git a/src/applets/disks/disks.html b/src/applets/disks/disks.html
index dec5161..387cb33 100644
--- a/src/applets/disks/disks.html
+++ b/src/applets/disks/disks.html
@@ -24,9 +24,6 @@
-
-
-
-
-
-
+
+{% if previous_step %}
+
+{% endif %}
+
+{% if bottom_menu %}
+{{ bottom_menu | safe }}
+{% endif %}
+
+{% if connect %}
+
+
+{% endif %}
+
-
+{% if next_step %}
+{% if next_step == "install" %}
+
+{% else %}
+
+{% endif %}
+{% endif %}
diff --git a/src/templates/header.html b/src/templates/header.html
index 093e0a0..613a600 100644
--- a/src/templates/header.html
+++ b/src/templates/header.html
@@ -4,12 +4,12 @@
-
-
-
-
-
-
+
+
+{% for item in menu_order %}
+
+{% endfor %}
+