aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CatDap/View/TT.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CatDap/View/TT.pm')
-rw-r--r--lib/CatDap/View/TT.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CatDap/View/TT.pm b/lib/CatDap/View/TT.pm
index 0cd6acb..f63d775 100644
--- a/lib/CatDap/View/TT.pm
+++ b/lib/CatDap/View/TT.pm
@@ -8,6 +8,8 @@ use base 'Catalyst::View::TT';
__PACKAGE__->config(
TEMPLATE_EXTENSION => '.tt',
render_die => 1,
+ WRAPPER => 'template/wrapper',
+ PRE_PROCESS => 'template/pre',
);
=head1 NAME