sS joinNemptiesWithBR(Iterable<S> l) {
  ret joinNempties("<br>\n", l);
}

sS joinNemptiesWithBR(S... l) {
  ret joinNemptiesWithBR(asList(l));
}