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