__PACKAGE__->config( # Change default TT extension TEMPLATE_EXTENSION => '.tt2', # Set the location for TT files INCLUDE_PATH => [ MyApp->path_to( 'root', 'src' ), ], # Set to 1 for detailed timer stats in your HTML as comments TIMER => 0, # This is your wrapper template located in the 'root/src' WRAPPER => 'wrapper.tt2', );