static S href(S link, O contents, O... params) { if (link == null) ret str(contents); ret tag("a", contents, arrayPlus(params, "href", link)); }