diff --git a/web/html/login.html b/web/html/login.html
index 74039b7c..093a63fe 100644
--- a/web/html/login.html
+++ b/web/html/login.html
@@ -1,159 +1,163 @@
-
-
+saeed
-
-
-
-
-
-
-
- {{ .host }}-{{ i18n .title}}
-
-
-
+{{template "head" .}}
+
+
+
+
+
+
+
+ Hello {{ i18n "pages.login.title" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[ loading ? '' : '{{ i18n "login" }}' ]]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- {{template "js" .}}
- {{template "component/themeSwitcher" .}}
- {{template "component/password" .}}
-
-
-
-
-
-
-
-
-
-
+{{template "js" .}}
+{{template "component/themeSwitcher" .}}
+{{template "component/password" .}}
+
-
\ No newline at end of file
+ },
+ });
+
+
+
+