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