sS wrapInDiv(S html, O... _) { S tag = getTag(firstToken(htmlTok(html))); ret eqicOneOf(tag, "div", "p") ? html : div(html, _); }