diff --git a/panel/src/panel/templates/base.html b/panel/src/panel/templates/base.html index 7a665787..aa29745a 100644 --- a/panel/src/panel/templates/base.html +++ b/panel/src/panel/templates/base.html @@ -16,12 +16,28 @@
- {% if user.is_authenticated %} -

Welcome, {{ user.username }}! Logout

-

Deploy services

- {% else %} -

Login

- {% endif %} + + {% block navigation %} + + {% endblock navigation %}
{% block layout %}