move meta tags to template, begin of user portal

This commit is contained in:
2018-06-25 23:05:18 +02:00
parent 24b74a1b60
commit 12d2560133
20 changed files with 136 additions and 423 deletions

View File

@@ -16,12 +16,8 @@ type TemplateData struct {
Username string
APIEndpoint template.URL
Recaptcha struct {
Enabled bool
PubKey string
}
Other interface{}
Title string
}
func (wc *WebController) newTemplateData(w http.ResponseWriter, r *http.Request) *TemplateData {