Native Helpers
A native helper is a helper that is turned into JavaScript code at compilation time, rather than being called at runtime. For example,
{{log("hi")/}}is turned into console.log("hi") .
Examples
{{log("hi")/}}is turned into console.log("hi") .
Last updated