{% function test(name) { context.write("Hello " + name + "!"); } %} {% function test2(name) { return "Hello " + name + "!"; } %} A

B

Hello ${name}! You have ${count} new messages.