shithub: werc

ref: 70ed9a4511f517d62976d53d0e5a54dfc73f8259
dir: /apps/hello/app.rc/

View raw version
fn hello_test {
    ~ $req_path /hello
}

fn hello_setup {
    app_body_handler = 'hello_body'
    pageTitle='Hi title!'
}

fn hello_body {
    echo 'Hello world!'
}