diff options
author | Yusuke Watase <ywatase@gmail.com> | 2012-04-12 20:01:44 +0900 |
---|---|---|
committer | Yusuke Watase <ywatase@gmail.com> | 2012-04-12 20:01:44 +0900 |
commit | efd5850fdc319758cbae602587b01abbe98c9278 (patch) | |
tree | e5551247f28b5d65a08c8189889d4d2e4cc0a49b | |
parent | checkin before tagging (diff) | |
download | dancer-template-xslate-efd5850fdc319758cbae602587b01abbe98c9278.tar.gz |
add pod about cascade and layout
-rw-r--r-- | lib/Dancer/Template/Xslate.pm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/Dancer/Template/Xslate.pm b/lib/Dancer/Template/Xslate.pm index 74f4c18..3bb3314 100644 --- a/lib/Dancer/Template/Xslate.pm +++ b/lib/Dancer/Template/Xslate.pm @@ -81,6 +81,21 @@ You can configure L<Text::Xslate>: module: - Text::Xslate::Bridge::TT2Like # to keep partial compatibility with Template Toolkit +=head1 CASCADE + +Dancer already provides a CASCADE-like ability, which called a "layout". The +reason is written on L<Dancer::Template::TemplateToolkit> + +If you might want to use CASCADE, you should turn off "layout" function. + +=over 4 + +=item * Disable the layout in Dancer + +You can do this by simply commenting (or removing) the C<layout> configuration +in the F<config.yml> file. + +=back =head1 SEE ALSO |