# HG changeset patch # User cin # Date 1399903480 -14400 # Node ID 753e981782ce1d00a85254c9ffafc3ec79641f55 # Parent 38cb0b80e88e1ecf2aa1bae9054c0a7d4636df6f sync diff -r 38cb0b80e88e -r 753e981782ce Lib/IMPL/Web/View/TTView.pm --- a/Lib/IMPL/Web/View/TTView.pm Thu May 08 03:53:17 2014 +0400 +++ b/Lib/IMPL/Web/View/TTView.pm Mon May 12 18:04:40 2014 +0400 @@ -36,6 +36,9 @@ my ($this,$model,$template,$args) = @_; my $context = Context->new($this->options); + eval { + warn $context->process('globals' . '.' . $this->tt_ext, $args); + }; my $layout = delete $args->{layout} || $this->layout; return $context->invoke_environment(