static S hfulltag(S tag) { ret hfulltag(tag, ""); } static S mapMethodLike hfulltag(S tag, O contents, O... params) { ret hopeningTag(tag, params) + str(contents) + ""; }