diff options
Diffstat (limited to 'src/manager/lib/template.h')
-rw-r--r-- | src/manager/lib/template.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/manager/lib/template.h b/src/manager/lib/template.h index 1a8c2f7b7..6e17177a1 100644 --- a/src/manager/lib/template.h +++ b/src/manager/lib/template.h @@ -55,6 +55,10 @@ struct template_t { /** * @brief Render a template to a response object. * + * The render() function additionally sets a clearsilver variable "base" + * which points to the root of the web application and allows to point to + * other targets without to worry about path location. + * * @param response response to render to * @return rendered template string */ |