<<

NAME

Koha::Template::Plugin::raw - TT Plugin for filtering variables as raw

SYNOPSIS

[% 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.

METHODS

filter

Will return the variable as it. Nothing is changed.

AUTHOR

Jonathan Druart <jonathan.druart@biblibre.com>

<<