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