
WE_Frontend::Plugin::Null - null plugin which can print an important sentence

my $t = Template->new({PLUGIN_BASE => "WE_Frontend::Plugin"});
[% USE Null %]
[% Null.helloworld %]

This is only a demonstration module for the plugin mechanism.
Return the important sentence.
Return the value of the named template variable.

Slaven Rezic - slaven@rezic.de
