view _test/Resources/TTView/My/Org/Base.tt @ 334:71221d79e6b4

removing web resources contracts
author cin
date Thu, 13 Jun 2013 02:24:57 +0400
parents aeeb57a12046
children
line wrap: on
line source

[% BLOCK LABEL %]
base label
[% END %]
[% BLOCK FOOTER %]
base footer
[% END %]
BEGIN BASE DOCUMENT
LABEL: [% INCLUDE LABEL %]
base document body
FOOTER: [% INCLUDE FOOTER %]
END OF BASE DOCUMENT