static S himgw(S src, int w) { ret tag("img", "", "src", src, "width", w); } static S himgw(int w, S src) { ret himgw(src, w); }