On 13/05/2022 7:03 PM, MichaelBi wrote:
On Friday, 13 May 2022 at 06:43:30 UTC, rikki cattermole wrote:

On 13/05/2022 6:23 PM, MichaelBi wrote:
         render!("index.dt", showData());

There ya go, template arguments are run at compile time.

Unh, then how to dynamically generate pages by using vibe.d....

Its been a while since I used vibe.d but I think just storing it in a variable first would be enough.

https://vibed.org/api/vibe.http.server/render

Reply via email to