diff --git a/app/templates/header.html b/app/templates/header.html
index e9c04e2..89a662d 100644
--- a/app/templates/header.html
+++ b/app/templates/header.html
@@ -67,6 +67,25 @@
+
+
+
+
+
+ {% for tab_id, tab_content in tabs.items() %}
+ {% if tab_content['selected'] %}
+
{{ tab_content['name'] }}
+ {% else %}
+
{{ tab_content['name'] }}
+ {% endif %}
+ {% endfor %}
+
+
+
+
+
+
+
{% endif %}