sS hlabelFor(S id, O contents) { S s = strOrEmpty(contents); ret empty(s) ? "" : htag label(s, "for" := id); }