view _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
line wrap: on
line source

[% META extends='./Derived'%]
[% BLOCK LABEL %]
derived 2 label
[% END %]
BEGIN DERIVED 2 DOCUMENT
[% INCLUDE BASE %]
END OF DERIVED 2 DOCUMENT