{% function test(name) { context.write("Hello " + name + "!"); } %} {% function test2(name) { return "Hello " + name + "!"; } %} A
Hello ${name}! You have ${count} new messages.