Changed the templating engine to a custom one. First bugged working example

This commit is contained in:
Jonas Hahn
2025-08-23 10:43:06 +02:00
parent 19e4834a9e
commit c9a3196ccb
15 changed files with 215 additions and 125 deletions

View File

@@ -1,4 +1,4 @@
{{define "enter"}}{{template "base" .}}{{end}}
{{define "title"}}Enter scores - QRank{{end}}
{{define "content"}}
<div class="card">
<h2>Enter a game</h2>