static S himg(S src, O... params) { ret tag("img", "", arrayPlus(params, "src", isSnippetID(src) ? snippetImageLink(src) : src)); }