NAME

Slash::Display::Plugin - Template Toolkit plugin for Slash


SYNOPSIS

        [% USE Slash %]
        [% Slash.someFunction('some data') %]
        [% Slash.db.someMethod(var1, var2) %]


DESCRIPTION

Call available exported functions from Slash and Slash::Utility from within your template. Also call methods from Slash::DB with the db method. Invoke with [% USE Slash %].

[% Slash.version %] gives the version of Slash. [% Slash.VERSION %] (note case) gives the version of this Slash Template plugin.


SEE ALSO

Template(3), Slash(3), Slash::Utility(3), Slash::Display(3).