ref: 9e62f9b8c5f2f5e7a89a053cf4f944f846a34f38 dir: /apps/hello/app.rc/
fn hello_init { if(~ $req_path /hello) { app_body_handler = 'hello_body' pageTitle='Hi title!' } } fn hello_body { echo 'Hello world!' }