NAME
MojoX::Renderer::Haml - Mojolicious renderer for HAML templates.
SYNOPSIS
my
$haml
= MojoX::Renderer::Haml->build(
%$args
,
mojo
=>
$app
);
# Add "haml" handler
$app
->renderer->add_handler(
haml
=>
$haml
);
DESCRIPTION
This module is a renderer for HTML::Haml templates. normally, you just want to use Mojolicious::Plugin::HamlRenderer.
CREDITS
Marcus Ramberg, mramberg@cpan.org
Randy Stauner, rwstauner@cpan.org
AUTHOR
Viacheslav Tykhanovskyi, viacheslav.t@gmail.com
.
Currently maintained by Breno G. de Oliveira, garu@cpan.org
.
COPYRIGHT
Copyright (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.