comparison _test/Resources/TTView/My/Org/Derived2.tt @ 301:aeeb57a12046

*IMPL::Web::View: templates inheritance support
author cin
date Mon, 25 Mar 2013 02:04:18 +0400
parents bd79145657e5
children
comparison
equal deleted inserted replaced
300:bf3af33b9003 301:aeeb57a12046
1 [% META base='./Derived2'%] 1 [% META extends='./Derived'%]
2 [% BLOCK LABEL %] 2 [% BLOCK LABEL %]
3 derived 2 label
4 [% END %]
5 BEGIN DERIVED 2 DOCUMENT
6 [% INCLUDE BASE %]
7 END OF DERIVED 2 DOCUMENT