13 lines
166 B
Plaintext
Executable File
13 lines
166 B
Plaintext
Executable File
fn hello_test {
|
|
~ $req_path /hello
|
|
}
|
|
|
|
fn hello_setup {
|
|
app_body_handler = 'hello_body'
|
|
pageTitle='Hi title!'
|
|
}
|
|
|
|
fn hello_body {
|
|
echo 'Hello world!'
|
|
}
|