Mojolicious::Plugin::ToolkitRenderer - Template Toolkit Renderer Mojolicious Plugin

This module is a Mojolicious plugin for easy use of L<Template> Toolkit. It
adds a "tt" handler and provides a "render_tt" helper method. It allows for
inline TT and all the usual L<Template> complexities.


INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Mojolicious::Plugin::ToolkitRenderer

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Mojolicious-Plugin-ToolkitRenderer

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Mojolicious-Plugin-ToolkitRenderer

    CPAN Ratings
        http://cpanratings.perl.org/m/Mojolicious-Plugin-ToolkitRenderer

    Search CPAN
        http://search.cpan.org/dist/Mojolicious-Plugin-ToolkitRenderer


AUTHOR AND LICENSE

Gryphon Shafer, gryphon@cpan.org

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.4 or,
at your option, any later version of Perl 5 you may have available.
