!7 p { serveHttpAndOpenBrowser(); } html { S cookie = serveHttp_cookieHandling(); Pair p = standaloneWebAuth(cookie, params.get("pw")); if (nempty(p.a)) ret p.a; ret p.b ? p("Authed") : p("Not authed") + standaloneWebAuth_showForm(); }