NAME
Dancer::Template::Semantic - Semantic Template wrapper for Dancer
DESCRIPTION
This class is an interface between Dancer's template engine abstraction layer and the Template::Semantic module.
In order to use this engine, use the template setting:
template: semantic
This can be done in your config.yml file or directly in your app code with the set keyword.
SEE ALSO
AUTHOR
Squeeks, squeek at cpan.org
LICENSE
This module is free software and is released under the same terms as Perl itself.