Mercurial > pub > Impl
diff _test/Resources/TTView/Layout/default.tt @ 286:d357b5d85d25
*TTView refactoring
author | sergey |
---|---|
date | Mon, 18 Feb 2013 14:46:06 +0400 |
parents | 7a920771fd8e |
children |
line wrap: on
line diff
--- a/_test/Resources/TTView/Layout/default.tt Mon Feb 18 02:55:59 2013 +0400 +++ b/_test/Resources/TTView/Layout/default.tt Mon Feb 18 14:46:06 2013 +0400 @@ -1,4 +1,9 @@ [% view.mode = 'default' %] +[% + BLOCK INIT; + dojo = { require => [] }; + END; +%] <html> <head> <title>$site.name - [% document.title || template.title %]</title>