ref: 188a226bf5d56ae7f3fdca2d75576fe437e0dd19 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!' }