Full demo

This commit is contained in:
Eden Kirin
2024-01-21 11:01:31 +01:00
parent 42ac91ce64
commit 26635bbff1
11 changed files with 292 additions and 62 deletions

View File

@ -1,6 +1,9 @@
package templates
import "templ-tests/app/types"
type PageContext struct {
Title string
ActivePage string
User *types.User
}