Mercurial > pub > Impl
view _test/Resources/TTView/complex.tt @ 221:e997e6fbac0b
sync: working on resources schema
author | sergey |
---|---|
date | Fri, 24 Aug 2012 16:24:14 +0400 |
parents | 7a920771fd8e |
children | b8c724f6de36 |
line wrap: on
line source
[% META version = 1, title = "my document 2", layout="default"; BLOCK CTOR; TPanel = require('My/Org/Panel'); append( TPanel.new('information', data = data ) ); END; %] [% FOREACH node IN this.childNodes() %] <div>[% node.Render() %]</div> [% END %]