Documentation
¶
Overview ¶
templ: version: v0.3.924
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 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 ¶
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 ¶
func Bench(localizer *localization.SimpleLocalizer) templ.Component
func ErrorPage ¶
func ErrorPage(msg, mail string, localizer *localization.SimpleLocalizer) templ.Component
func StaticHappy ¶
func StaticHappy(localizer *localization.SimpleLocalizer) templ.Component
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.