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