2017-11-22 16:46:18 -08:00

8 lines
94 B
JavaScript

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