6 lines
94 B
Plaintext

static function renderBody(out, input) {
out.write(input);
}
<${renderBody} ..."test" />