// Generated by egon. // 🚫Edit at your own risk. package server import ( "io" "github.com/mailru/easyjson" ) func IndexTemplate(w io.Writer, data *indexData, cssPath string, inlineScript string, scripts []string) error { io.WriteString(w, "Dispatch") if cssPath != "" { io.WriteString(w, "") } io.WriteString(w, "
") for _, script := range scripts { io.WriteString(w, "") } io.WriteString(w, "") return nil }