diff options
Diffstat (limited to 'internal/handlers/main.go')
-rw-r--r-- | internal/handlers/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/handlers/main.go b/internal/handlers/main.go index abd2226..4a64380 100644 --- a/internal/handlers/main.go +++ b/internal/handlers/main.go @@ -134,6 +134,7 @@ func (h *Handlers) renderQuestion(w http.ResponseWriter, question *models.Questi type TemplateData struct { *models.Question ShowNext bool + Correct bool } err = tmpl.ExecuteTemplate(w, "main", &TemplateData{ |