Mercurial > pub > Impl
view _test/Resources/TTView/Layout/default.tt @ 321:3dc9260017ad
Added JSON support for the request action
author | cin |
---|---|
date | Mon, 20 May 2013 01:14:27 +0400 |
parents | d357b5d85d25 |
children |
line wrap: on
line source
[% view.mode = 'default' %] [% BLOCK INIT; dojo = { require => [] }; END; %] <html> <head> <title>$site.name - [% document.title || template.title %]</title> [% IF dojo.require.size; modules = []; modules.push('"' _ item _ '"') FOREACH item IN dojo.require.unique(); %] <script type="text/javascript"> require([ [% modules.join(', ') %] ]); </script> [% END %] </head> <body> [% content %] </body> </html>