# 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.

[![Build Status](https://travis-ci.org/gryphonshafer/Mojolicious-Plugin-ToolkitRenderer.svg)](https://travis-ci.org/gryphonshafer/Mojolicious-Plugin-ToolkitRenderer)
[![Coverage Status](https://coveralls.io/repos/gryphonshafer/Mojolicious-Plugin-ToolkitRenderer/badge.png)](https://coveralls.io/r/gryphonshafer/Mojolicious-Plugin-ToolkitRenderer)

## 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:

- [GitHub](https://github.com/gryphonshafer/Mojolicious-Plugin-ToolkitRenderer "GitHub")
- [AnnoCPAN](http://annocpan.org/dist/Mojolicious-Plugin-ToolkitRenderer "AnnoCPAN")
- [CPAN Ratings](http://cpanratings.perl.org/m/Mojolicious-Plugin-ToolkitRenderer "CPAN Ratings")
- [Search CPAN](http://search.cpan.org/dist/Mojolicious-Plugin-ToolkitRenderer "Search CPAN")

## Author and License

Gryphon Shafer, [gryphon@cpan.org](mailto:gryphon@cpan.org "Email Gryphon Shafer")

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