NAME
Kelp::Module::Template::XslateTT - process .tt files with Text::Xslate
SYNOPSIS
config.yml:
modules:
Template::XslateTT
modules_init:
Template::XslateTT:
path:
- ./views
- ../views
config.pl:
'modules'
=> [
qw/ Template::XslateTT /
],
'modules_init'
=> {
'Template::XslateTT'
=> {
'path'
=> [
'./views'
,
'../views'
,
],
},
},
DESCRIPTION
Kelp::Module::Template::XslateTT is a drop-in replacement for Template-Tiny and Template-Toolkit engines in Kelp. It allows to use faster Xslate template engine without modifying your templates, renaming files, or changing the code. All you need is changing a few lines in your Kelp config file.
VERSION
1.002
AUTHOR
(c) 2018 Serguei Trouchelle <stro@cpan.org>.
LICENCE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.