ref: 3d298f96797d50499b3a0148ef679db82a2ae97f 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!' }