|
NAMEDancer::Template::Xslate - Text::Xslate wrapper for DancerVERSIONversion 0.03DESCRIPTIONThis class is an interface between Dancer's template engine abstraction layer and the Text::Xslate module.In order to use this engine, use the template setting: template: xslate This can be done in your config.yml file or directly in your app code with the set keyword. You can configure Text::Xslate: template: xslate engines: xslate: cache_dir: .xslate_cache/ cache: 1 extension: tx # Dancer's default template extension is "tt" module: - Text::Xslate::Bridge::TT2Like # to keep partial compatibility with Template Toolkit CAVEATS
SEE ALSO
AUTHORfranck cuny <franck@lumberjaph.net>COPYRIGHT AND LICENSEThis software is copyright (c) 2011 by franck cuny.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Visit the GSP FreeBSD Man Page Interface. |