diff --git a/panel/src/panel/templates/base.html b/panel/src/panel/templates/base.html index f761fa0..c92f287 100644 --- a/panel/src/panel/templates/base.html +++ b/panel/src/panel/templates/base.html @@ -15,6 +15,13 @@ +
+ {% if user.is_authenticated %} +

Welcome, {{ user.username }}!

+ {% else %} +

You are not logged in.

+ {% endif %} +
{% block navigation %}