annotate _test/Resources/TTView/My/Org/Derived2.tt @ 304:2ff513227cb4

*TTView: refactoring. Added control registry for the document.
author cin
date Mon, 15 Apr 2013 07:44:50 +0400
parents aeeb57a12046
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
301
aeeb57a12046 *IMPL::Web::View: templates inheritance support
cin
parents: 299
diff changeset
1 [% META extends='./Derived'%]
aeeb57a12046 *IMPL::Web::View: templates inheritance support
cin
parents: 299
diff changeset
2 [% BLOCK LABEL %]
aeeb57a12046 *IMPL::Web::View: templates inheritance support
cin
parents: 299
diff changeset
3 derived 2 label
aeeb57a12046 *IMPL::Web::View: templates inheritance support
cin
parents: 299
diff changeset
4 [% END %]
aeeb57a12046 *IMPL::Web::View: templates inheritance support
cin
parents: 299
diff changeset
5 BEGIN DERIVED 2 DOCUMENT
aeeb57a12046 *IMPL::Web::View: templates inheritance support
cin
parents: 299
diff changeset
6 [% INCLUDE BASE %]
aeeb57a12046 *IMPL::Web::View: templates inheritance support
cin
parents: 299
diff changeset
7 END OF DERIVED 2 DOCUMENT