diff --git a/templates/base.html b/templates/base.html
index 89d0b4a..44700e1 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -40,11 +40,13 @@
HAProxy Manager
+
+
{% if session.get('user_id') %}
@@ -59,16 +61,17 @@
Edit Config
-
+
Logs
-
+
Stats
HAProxy Stats
+
+
{% with messages = get_flashed_messages(with_categories=true) %}
@@ -133,16 +137,20 @@
{% endif %}
{% endwith %}
+
{% block breadcrumb %}{% endblock %}
+
+
{% block content %}{% endblock %}
+
+
{% block scripts %}{% endblock %}
{% block page_js %}{% endblock %}
+