diff --git a/panel/src/panel/templates/base.html b/panel/src/panel/templates/base.html index a068007..7f8b2e1 100644 --- a/panel/src/panel/templates/base.html +++ b/panel/src/panel/templates/base.html @@ -16,17 +16,29 @@
Welcome, {{ user.username }}! Logout
- {% else %} - - {% endif %} + + {% block navigation %} + + {% endblock navigation %}