# NAME Dancer::Template::MicroTemplate - Text::MicroTemplate engine for Dancer # DESCRIPTION This class is an interface between Dancer's template engine abstraction layer and the [Text::MicroTemplate](http://search.cpan.org/perldoc?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](http://search.cpan.org/perldoc?Dancer), [Text::MicroTemplate](http://search.cpan.org/perldoc?Text::MicroTemplate) # AUTHOR This module has been written by Franck Cuny and James Aitken # LICENSE This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.