The new feature allows plugin authors to use template `[% INCLUDE %]` directives in their templates. It does so by introducing a new variable, `PLUGIN_DIR`, allowing the template engine to locate the includes.
**Usage**: `[% INCLUDE "$PLUGIN_DIR/header.tt" %]`
**Warning**: Care should be taken when installing any plugins and only plugins you trust should be used.
|