diff _test/Resources/TTView/complex.tt @ 195:7a920771fd8e

IMPL::Web::View changed document layout handling, docs, examples
author cin
date Wed, 11 Apr 2012 17:50:33 +0400
parents 4d0e1962161c
children b8c724f6de36
line wrap: on
line diff
--- a/_test/Resources/TTView/complex.tt	Tue Apr 10 20:08:29 2012 +0400
+++ b/_test/Resources/TTView/complex.tt	Wed Apr 11 17:50:33 2012 +0400
@@ -1,5 +1,5 @@
 [%
-    META version = 1, title = "my document 2", layout= "Layout/default";
+    META version = 1, title = "my document 2", layout="default";
 
     BLOCK CTOR;
         TPanel = require('My/Org/Panel');
@@ -9,4 +9,4 @@
 %]
 [% FOREACH node IN this.childNodes() %]
 	<div>[% node.Render() %]</div>
-[% END %]
\ No newline at end of file
+[% END %]