Documentation
¶
Overview ¶
templ: version: v0.3.960
Index ¶
- Variables
- func Base(title string, body templ.Component, impressum *config.Impressum, ...) templ.Component
- func BaseWithChallengeAndOGTags(title string, body templ.Component, impressum *config.Impressum, ...) templ.Component
- func Bench(localizer *localization.SimpleLocalizer) templ.Component
- func ErrorPage(msg, mail, code string, localizer *localization.SimpleLocalizer) templ.Component
- func StaticHappy(localizer *localization.SimpleLocalizer) 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, impressum *config.Impressum, localizer *localization.SimpleLocalizer) templ.Component
func BaseWithChallengeAndOGTags ¶ added in v1.17.0
func BaseWithChallengeAndOGTags(title string, body templ.Component, impressum *config.Impressum, challenge *challenge.Challenge, rules *config.ChallengeRules, ogTags map[string]string, localizer *localization.SimpleLocalizer) templ.Component
func Bench ¶ added in v1.16.0
func Bench(localizer *localization.SimpleLocalizer) templ.Component
func ErrorPage ¶
func ErrorPage(msg, mail, code string, localizer *localization.SimpleLocalizer) templ.Component
func StaticHappy ¶ added in v1.17.0
func StaticHappy(localizer *localization.SimpleLocalizer) templ.Component
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.