shithub: werc

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