diff --git a/gserver/templates/header.html b/gserver/templates/header.html index 316c46f..9574a4a 100644 --- a/gserver/templates/header.html +++ b/gserver/templates/header.html @@ -8,25 +8,27 @@ - {{ if .data.EP }} - - - - - - - - - {{ end }} - {{ if .data.LT }} - - - - - - - - + {{ if .data }} + {{ if .data.EP }} + + + + + + + + + {{ end }} + {{ if .data.LT }} + + + + + + + + + {{ end }} {{ end }}