Skip to content

Tag: execute

Chris Talman edited this page Aug 3, 2015 · 1 revision

The execute tag runs a statement.

Example

{{execute console.log('Hello World!')}}

The above template would output nothing for render, as execute does not return anything.

However, it would output the following in the browser's development console.

Hello World!
Clone this wiki locally