package web import ( "github.com/TecharoHQ/anubis" "github.com/TecharoHQ/anubis/xess" ) templ base(title string, body templ.Component, challenge any, ogTags map[string]string) { { title } for key, value := range ogTags { } @templ.JSONScript("anubis_version", anubis.Version) if challenge != nil { @templ.JSONScript("anubis_challenge", challenge) } @templ.JSONScript("anubis_base_prefix", anubis.BasePrefix)

{ title }

@body
} templ index() {
Loading...

}