<% set('title', 'This is my title') %>
<%set('num', 42) %>
Hello. My title is "<% get('title')%>" and the value is <%get('num')%>.