diff --git a/template/login.html b/template/login.html index 2691202..3d60e21 100644 --- a/template/login.html +++ b/template/login.html @@ -15,7 +15,11 @@ home - {{ if .session }} login {{ else }} logout {{ end }} + {{ if .session }} + + logout + + {{ else }} login {{ end }}