Macros
Macros - special function that can be called inside the template engine
To see the result of a macro or the value of a variable, you can send its parameter to a special function logger(param)
Example
!= logger(someVariable)
This will display the value of the 'someVariable' variable in the browser.
