Mercurial > pub > Impl
diff _test/Resources/TTView/My/Org/TextPreview.tt @ 301:aeeb57a12046
*IMPL::Web::View: templates inheritance support
author | cin |
---|---|
date | Mon, 25 Mar 2013 02:04:18 +0400 |
parents | 4d0e1962161c |
children |
line wrap: on
line diff
--- a/_test/Resources/TTView/My/Org/TextPreview.tt Fri Mar 22 01:05:11 2013 +0400 +++ b/_test/Resources/TTView/My/Org/TextPreview.tt Mon Mar 25 02:04:18 2013 +0400 @@ -3,6 +3,4 @@ dojo.require.push("dijit.layout.ContentPane"); END; %] -[% BLOCK RENDER %] - <div data-dojo-type="dijit.layout.ContentPane">$this.nodeValue</div> -[% END %] \ No newline at end of file +<div data-dojo-type="dijit.layout.ContentPane">$this.nodeValue</div> \ No newline at end of file