blob: ac66069f9834b56aab00897b2693523f7003653c (
plain) (
tree)
|
|
package main
// global_data is passed as "global" when rendering HTML templates.
var global_data = map[string]any{
"server_public_key_string": &server_public_key_string,
"server_public_key_fingerprint": &server_public_key_fingerprint,
"forge_version": VERSION,
// Some other ones are populated after config parsing
}
|