Files
go-htmx-templ/app/templates/context.go
Eden Kirin 26635bbff1 Full demo
2024-01-21 11:01:31 +01:00

10 lines
141 B
Go

package templates
import "templ-tests/app/types"
type PageContext struct {
Title string
ActivePage string
User *types.User
}