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 @@
Welcome, {{ user.username }}! Logout
- - {% else %} - - {% endif %} + + {% block navigation %} + + {% endblock navigation %}