view _test/Resources/TTView/My/Org/Derived.tt @ 321:3dc9260017ad

Added JSON support for the request action
author cin
date Mon, 20 May 2013 01:14:27 +0400
parents aeeb57a12046
children
line wrap: on
line source

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