comparison _test/Resources/TTView/My/Org/Base.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
2 base label 2 base label
3 [% END %] 3 [% END %]
4 [% BLOCK FOOTER %] 4 [% BLOCK FOOTER %]
5 base footer 5 base footer
6 [% END %] 6 [% END %]
7 [% INCLUDE LABEL %] 7 BEGIN BASE DOCUMENT
8 Render 8 LABEL: [% INCLUDE LABEL %]
9 [% INCLUDE FOOTER %] 9 base document body
10 FOOTER: [% INCLUDE FOOTER %]
11 END OF BASE DOCUMENT