Multiple pages

This commit is contained in:
Eden Kirin
2024-01-21 01:18:56 +01:00
parent 1bfc72b44b
commit 42ac91ce64
13 changed files with 342 additions and 25 deletions

6
app/templates/context.go Normal file
View File

@ -0,0 +1,6 @@
package templates
type PageContext struct {
Title string
ActivePage string
}