7 lines
93 B
JavaScript

if (a > b) {
before();
out.w("<div class=\"greeting\">Hello World</div>");
after();
}