debian man page for dancer::template

Query: dancer::template

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Dancer::Template(3pm)					User Contributed Perl Documentation				     Dancer::Template(3pm)

NAME
Dancer::Template - template wrapper for Dancer
DESCRIPTION
This module is the wrapper that provides support for different template engines.
USAGE
Default engine The default engine used by Dancer::Template is Dancer::Template::Simple. If you want to change the engine used, you have to edit the template configuration variable. Configuration The template configuration variable tells Dancer which engine to use for rendering views. You change it either in your config.yml file: # setting TT as the template engine template: "template_toolkit" Or in the application code: # setting TT as the template engine set template => 'template_toolkit';
AUTHORS
This module has been written by Alexis Sukrieh. See the AUTHORS file that comes with this distribution for details.
LICENSE
This module is free software and is released under the same terms as Perl itself.
SEE ALSO
See Dancer for details about the complete framework. You can also search the CPAN for existing engines in the Dancer::Template namespace. perl v5.14.2 2011-11-26 Dancer::Template(3pm)
Related Man Pages
dancer::engine(3pm) - debian
dancer::plugin(3pm) - debian
dancer::serializer(3pm) - debian
dancer::session::memcached(3pm) - debian
dancer::template::templatetoolkit(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Detecting unused variables...
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?