NAME
MojoX::Renderer::Alloy::TT - Template::Alloy's Template-Toolkit renderer
VERSION
version 1.112200
SYNOPSIS
Mojolicious
$self->plugin( 'alloy_renderer' );
Mojolicious::Lite
plugin( 'alloy_renderer' );
DESCRIPTION
<a href="[% h.url_for('about_us') %]">Hello!</a>
[% INCLUDE "include.inc" %]
Use Template::Alloy::TT for rendering.
Please see Mojolicious::Plugin::AlloyRenderer for configuration options.
SEE ALSO
AUTHOR
Alex J. G. Burzyński <ajgb@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Alex J. G. Burzyński <ajgb@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.