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