require 'al_template' class HelloController < AlController def action_index() @my_message = "Hello world." AlTemplate.run( 'index.rhtml' ) end end