diff --git a/templates/index.html b/templates/index.html index d17f944..c5e391f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,13 +10,12 @@ {{ .title }} -
- {{if eq .isLoggedIn true}} - {{template "logoutButton"}} - {{ else }} - {{template "loginButton" . }} - {{ end }} -
+ {{if eq .isLoggedIn true}} + Login + {{ else }} + already logged in + {{ end }} +

Reach Your Goals

diff --git a/templates/login.html b/templates/login.html index 0dd1c13..6da6602 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,20 +1,20 @@ - + + -
-

Login with

+
- - + + + + + +
\ No newline at end of file