The {% set %} tag can be used to set variables inside the template.
== function onStart() { $this['hello'] = "Hello world!"; } == <h3>{{ hello }}</h3>