JavaScript code
You can insert any JavaScript code in the templates between the tags
{{> [code] }}
. The code will be evaluated at runtime.
{{> console.log("Hello, world!") }}
You can insert any JavaScript code in the templates between the tags
{{> [code] }}
. The code will be evaluated at runtime.
{{> console.log("Hello, world!") }}