diff --git a/handlers/template.go b/handlers/template.go index f759332..7490e74 100644 --- a/handlers/template.go +++ b/handlers/template.go @@ -11,10 +11,6 @@ import ( var indexTemplate *template.Template var notFoundTemplate *template.Template -type templateData struct { - RequestID string -} - func (app *Application) ParseTemplates() error { t, err := template.ParseFS(assets.Templates, "public/html/index.html", "public/html/navbar.tmpl", "public/html/footer.tmpl") if err != nil {