!7 html { S ip = params.get("ip"); if (nempty(ip)) { S country = ipToCountry(ip); ret "IP: " + ip + "Country: " + or(country, "?"); } else { S ip = directClientIP(); ret "Your IP: " + ip + "Your country: " + or(country, "?"); } }