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