Documentation ¶ Overview ¶ templ: version: v0.3.857 Index ¶ Variables func Base(title string, body templ.Component) templ.Component func BaseWithOGTags(title string, body templ.Component, ogTags map[string]string) templ.Component func Bench() templ.Component func ErrorPage(msg string, mail string) templ.Component func Index() templ.Component Constants ¶ This section is empty. Variables ¶ View Source var ( //go:embed static Static embed.FS ) Functions ¶ func Base ¶ func Base(title string, body templ.Component) templ.Component func BaseWithOGTags ¶ added in v1.16.0 func BaseWithOGTags(title string, body templ.Component, ogTags map[string]string) templ.Component func Bench ¶ added in v1.16.0 func Bench() templ.Component func ErrorPage ¶ func ErrorPage(msg string, mail string) templ.Component func Index ¶ func Index() templ.Component Types ¶ This section is empty. Source Files ¶ View all Source files embed.goindex.goindex_templ.go Click to show internal directories. Click to hide internal directories.