help system

This commit is contained in:
2025-09-14 20:40:39 +02:00
parent 488084f1bb
commit 7ba33e248f
4 changed files with 137 additions and 10 deletions

View File

@@ -11,6 +11,7 @@ type CipherTemplateS struct {
FinalClue string
Coordinates string
Solution string
Help int
}
var CipherTemplate = template.Must(template.ParseFiles("templates/assignment.html"))