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