Koha::Template::Plugin::raw - TT Plugin for filtering variables as raw
[% USE raw %]
[% my_var | $raw %]
The variable will not be modified and display at it.
It is required to use a filter to display any variables in .tt or .inc
In most of the case, you need to use the html filter instead.
Will return the variable as it. Nothing is changed.
Jonathan Druart <jonathan.druart@biblibre.com>