Full demo
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
package templates
|
||||
|
||||
import "templ-tests/app/types"
|
||||
|
||||
type PageContext struct {
|
||||
Title string
|
||||
ActivePage string
|
||||
User *types.User
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user