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