NAME
Catalyst::View::TT::Layout - Layout TT template processing
SYNOPSIS
in the appliction:
$c->stash->{template_layout} = [ 'main_layout.tpl', 'sub_layout.tpl' ];
in the template files ('main_layout.tpl' and 'sub_layout.tpl'):
[% PROCESS $LAYOUTS.shift %]
DESCRIPTION
A Layout version of the Catalyst TT view.
OVERRIDDEN METHODS
- process
-
Overrides
process
to let template could be layout.
SEE ALSO
AUTHOR
Chunzi, chunzi@chunzi.org
THANK YOU
SRI, for writing the awesome Catalyst framework
COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.