Patrick Steele-Idem c386da875e Fixes #349 - Inline Marko template compilation support
Also changed how JavaScript code is generated
2016-08-19 10:50:28 -06:00

8 lines
94 B
JavaScript

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