<?rev
global gControllerHandlers, gData
local sTest
put "blog,index" into gControllerHandlers
command blog
put "Hello World!" into sTest
put "form,url,asset" into tHelpers
rigLoadHelper tHelpers
end blog
function myFunction
if the secs > 2000000000 then
put "Welcome to the future!"
else
return "something"
end if
end myFunction