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