DESCRIPTION
This class is an interface between Dancer's template engine abstraction layer and the Text::Caml module.
In order to use this engine, use the template setting:
template: caml
METHODS
render
$engine->render;
Render template.
default_tmpl_ext
Default template extention is caml
.
init
$engine->init;
Initialize engine (done by Dancer).
SEE ALSO
DEVELOPMENT
Repository
http://github.com/vti/dancer-template-caml
AUTHOR
Viacheslav Tykhanovskyi, vti@cpan.org
.
COPYRIGHT AND LICENSE
Copyright (C) 2011-2012, Viacheslav Tykhanovskyi
This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.