ref: b13483864b909a93a915697261240873b8c9b9d9 dir: /apps/hello/app.rc/
fn hello_init { if(~ $req_path /hello) { handler_body_main='hello_body' pageTitle='Hi title!' } } fn hello_body { echo 'Hello world!' }