__PACKAGE__->mk_accessors(
qw( params query objects model_class template_args output path
args action template error document_encoding content_type table
- headers_in headers_out )
+ headers_in headers_out stash )
);
__PACKAGE__->config( Maypole::Config->new() );
__PACKAGE__->init_done(0);
Get/set a hash of template variables.
+=head3 stash
+
+A place to put custom application data. Not used by Maypole itself.
+
=head3 template
Get/set the template to be used by the view. By default, it returns