master
1function(context, args) { // greetings:"Hello World!"
2 return {
3 ok: true,
4 msg: args.greetings || "Hello World!"
5 };
6}