package main import ( "text/template" ) type tmplArguments struct { // Global options Options map[string]string Servers []string // Parameters related to current request AllServersLinkActive bool AllServersURL string // Whois specific handling (for its unique URL) IsWhois bool WhoisTarget string URLProto string URLOption string URLServer string URLCommand string // Generated content to be displayed Title string Content string } var tmpl = template.Must(template.New("tmpl").Parse(`