Hi, total noober here.

in my app.d i have added this function:

int hello(){

return 3;

}

//end
...how can i call this function in my index.dt? I tried:

block body

h1 Example page - Home
p hey #{hello()}


did i miss the example in your documentation on the website? i
got some simple addition to work, but i can't call a function.

thank you