%% -*- mode: erlang -*-
[
 {hello_world,     ["test", "hello_world"],     controller_hello_world, []},
 {hello_world_tpl, ["test", "hello_world_tpl"], controller_template,    [{template, "hello_world.tpl"}, {anonymous, true}]}
].
