package backend func GetFancyResponse(input, handle string) string { var hasHandle string if handle != "" { hasHandle = `Report Broken Link` } return ` Decoded Binary
` + input + `
` + hasHandle + ` ` }