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