GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Dancer::Template(3) User Contributed Perl Documentation Dancer::Template(3)

Dancer::Template - template wrapper for Dancer

version 1.3513

This module is the wrapper that provides support for different template engines.

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.

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';

This module has been written by Alexis Sukrieh. See the AUTHORS file that comes with this distribution for details.

This module is free software and is released under the same terms as Perl itself.

See Dancer for details about the complete framework.

You can also search the CPAN for existing engines in the Dancer::Template namespace.

Dancer Core Developers

This software is copyright (c) 2010 by Alexis Sukrieh.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2020-01-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.