Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HeadComponent ¶ added in v0.0.2
type HeadComponent func(pageCtx *PageContext) templ.Component
type NavigationItem ¶
type NavigationItem struct {}
func (NavigationItem) HasPermission ¶
func (n NavigationItem) HasPermission(user *user.User) bool
type PageContext ¶
type PageContext struct { Title string Locale string Localizer *i18n.Localizer UniTranslator ut.Translator Pathname string }
func (*PageContext) T ¶
func (p *PageContext) T(k string) string
Click to show internal directories.
Click to hide internal directories.