Documentation
¶
Overview ¶
templ: version: v0.3.865
Index ¶
- Constants
- Variables
- func Base(title string, header string) templ.Component
- func Challenge(challenge string, difficulty int, nonce uint32, ts int64, signature string) templ.Component
- func Error(message string, description string, mail string) templ.Component
- func GetBaseURL(ctx context.Context) string
- func GetLocale(ctx context.Context) string
- func GetRequestID(ctx context.Context) string
- func GetVersion(ctx context.Context) string
- func T(key string, args ...any) templ.Component
- func UnsafeT(key string, args ...any) templ.Component
Constants ¶
View Source
const ( BaseURLCtxKey contextKeyType = iota VersionCtxKey LocaleCtxKey )
Variables ¶
View Source
var Content embed.FS
Functions ¶
func GetBaseURL ¶
func GetRequestID ¶
func GetVersion ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.