summary refs log tree commit diff
path: root/lib/Dancer/Template/Xslate.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Dancer/Template/Xslate.pm')
-rw-r--r--lib/Dancer/Template/Xslate.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Dancer/Template/Xslate.pm b/lib/Dancer/Template/Xslate.pm
index ed7209c..939bbb8 100644
--- a/lib/Dancer/Template/Xslate.pm
+++ b/lib/Dancer/Template/Xslate.pm
@@ -11,6 +11,8 @@ use base 'Dancer::Template::Abstract';
 
 my $_engine;
 
+sub default_tmpl_ext { "tx" }
+
 sub init {
     my $self = shift;