The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dancer::Template::MicroTemplate - MicroTemplate wrapper for Dancer

DESCRIPTION

This class is an interface between Dancer's template engine abstraction layer and the Text::MicroTemplate module.

In order to use this engine, set the following setting as the following:

    template: micro_template

This can be done in your config.yml file or directly in your app code with the set keyword.

SEE ALSO

Dancer, Text::MicroTemplate

AUTHOR

This module has been written by Franck Cuny

LICENSE

This module is free software and is released under the same terms as Perl itself.