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