HTML head.

This commit is contained in:
Marvin Blum
2019-12-13 19:25:31 +01:00
parent e8df92164b
commit 1f589b8d00
3 changed files with 43 additions and 4 deletions

View File

@@ -7,9 +7,7 @@ import (
)
var landingPageI18n = map[string]map[string]string{
"de": {
"test": "Hello World",
},
"de": {},
}
func LandingPageHandler(w http.ResponseWriter, r *http.Request) {