Renders a Diet template file to the current HTTP response.
This function is equivalent to vibe.http.server.render, but implicitly writes the result to the response object of the currently processed request.
Note that this may only be called from a function/method registered using registerWebInterface.
In addition to the vanilla render function, this one also makes additional functionality available within the template:
See Implementation
Renders a Diet template file to the current HTTP response.
This function is equivalent to vibe.http.server.render, but implicitly writes the result to the response object of the currently processed request.
Note that this may only be called from a function/method registered using registerWebInterface.
In addition to the vanilla render function, this one also makes additional functionality available within the template: