sS htmlCombine_new(O... l) { var entries = map(x -> x cast Htmlable ? x.html() : x, flattenToList(l)); ret nemptyLines(entries); }