added authentication among other things. considered working at this point.

This commit is contained in:
2025-03-25 11:27:21 +00:00
parent cf8b0041b2
commit f1ad9757ba
19 changed files with 310 additions and 58 deletions

View File

@@ -1,17 +1,8 @@
package handlers
import (
"html/template"
"synlotto-website/models"
)
var Tmpl = template.Must(template.ParseFiles(
"templates/layout.html",
"templates/index.html",
"templates/new_draw.html",
"templates/new_ticket.html",
"templates/tickets.html",
))
var Draws []models.ThunderballResult
var MyTickets []models.MyTicket