Mercurial > pub > Impl
view _test/Resources/TTView/complex.tt @ 296:86ff93b34f2a
sync
author | cin |
---|---|
date | Tue, 05 Mar 2013 01:46:32 +0400 |
parents | 3a9cfea098dd |
children | aeeb57a12046 |
line wrap: on
line source
[% META version = 1, title = "my document 2", layout="default"; TPanel = require('My/Org/Panel'); this.childNodes = [ TPanel.new('information', data = data ) ]; %] [% FOREACH node IN this.childNodes() %] <div>[% node.Render() %]</div> [% END %]