ref: 94c0205e99c4fa49dce8963a580ad37e2963f24f dir: /apps/hello/app.rc/
fn hello_test { ~ $req_path /hello } fn hello_setup { app_body_handler = 'hello_body' pageTitle='Hi title!' } fn hello_body { echo 'Hello world!' }