diff --git a/templates/_types/root/header/_header.html b/templates/_types/root/header/_header.html index 8442236..33f2c0f 100644 --- a/templates/_types/root/header/_header.html +++ b/templates/_types/root/header/_header.html @@ -41,9 +41,10 @@ {% endcall %} {# Mobile user info #} -
- {# Auth menu mobile — part of auth-menu fragment (id=auth-menu-mobile) #} - {% if not auth_menu_html %} +
+ {% if auth_menu_html %} + {{ auth_menu_html | safe }} + {% else %} {% if g.user %} {% include '_types/root/mobile/_full_user.html' %} {% else %}