Slash::Display::Plugin - Template Toolkit plugin for Slash
[% USE Slash %]
[% Slash.someFunction('some data') %]
[% Slash.db.someMethod(var1, var2) %]
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.
Template(3), Slash(3), Slash::Utility(3), Slash::Display(3).