Mercurial > pub > Impl
annotate _test/Resources/TTView/complex.tt @ 225:a1e868b0fba9
Bindings concept in progress
author | sergey |
---|---|
date | Fri, 31 Aug 2012 16:41:18 +0400 |
parents | 7a920771fd8e |
children | b8c724f6de36 |
rev | line source |
---|---|
189 | 1 [% |
195
7a920771fd8e
IMPL::Web::View changed document layout handling, docs, examples
cin
parents:
194
diff
changeset
|
2 META version = 1, title = "my document 2", layout="default"; |
189 | 3 |
194 | 4 BLOCK CTOR; |
5 TPanel = require('My/Org/Panel'); | |
6 append( TPanel.new('information', data = data ) ); | |
7 END; | |
191 | 8 |
9 %] | |
10 [% FOREACH node IN this.childNodes() %] | |
194 | 11 <div>[% node.Render() %]</div> |
195
7a920771fd8e
IMPL::Web::View changed document layout handling, docs, examples
cin
parents:
194
diff
changeset
|
12 [% END %] |