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