diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl
index f4c3206..24f9431 100644
--- a/templates/base/head_navbar.tmpl
+++ b/templates/base/head_navbar.tmpl
@@ -1,4 +1,10 @@
-
+
+
+
{{if and .IsSigned .MustChangePassword}}
{{/* No links */}}
{{else if .IsSigned}}
diff --git a/templates/custom/body_inner_pre.tmpl b/templates/custom/body_inner_pre.tmpl
index 948c157..d706ff6 100644
--- a/templates/custom/body_inner_pre.tmpl
+++ b/templates/custom/body_inner_pre.tmpl
@@ -1,197 +1,865 @@
-
-
- {{$notificationUnreadCount := 0}}
- {{if .IsSigned}}
- {{if .NotificationUnreadCount}}{{$notificationUnreadCount = call .NotificationUnreadCount}}{{end}}
- {{end}}
-
- {{else}}
-
{{.locale.Tr "help"}}
-
- {{end}}
-
-