Use Go templates for HTML

This commit is contained in:
Joakim Hellsén 2024-02-03 17:47:58 +01:00
commit 51fb9df8b3
14 changed files with 220 additions and 255 deletions

View file

@ -9,6 +9,7 @@ cmd = "go build -o ./tmp/main.exe ."
delay = 1000
exclude_dir = [
"assets",
"static",
"tmp",
"vendor",
"testdata",