|
NAMEMojoX::Renderer::Haml - Mojolicious renderer for HAML templates.SYNOPSISmy $haml = MojoX::Renderer::Haml->build(%$args, mojo => $app); # Add "haml" handler $app->renderer->add_handler(haml => $haml); DESCRIPTIONThis module is a renderer for HTML::Haml templates. normally, you just want to use Mojolicious::Plugin::HamlRenderer.CREDITSMarcus Ramberg, "mramberg@cpan.org"Randy Stauner, "rwstauner@cpan.org" AUTHORViacheslav Tykhanovskyi, "viacheslav.t@gmail.com".Currently maintained by Breno G. de Oliveira, "garu@cpan.org". COPYRIGHTCopyright (C) 2008-2012, Viacheslav Tykhanovskyi.This program is free software, you can redistribute it and/or modify it under the same terms as Perl 5.10.
Visit the GSP FreeBSD Man Page Interface. |