view _test/Resources/TTView/derived.tt @ 317:96a522aeb359

small fixes
author cin
date Thu, 09 May 2013 04:10:00 +0400
parents d4caf951260d
children
line wrap: on
line source

[%
    Ctl = require('My/Org/Derived2');
    
    Ctl.Render( model = { id = '23f0', text = 'test' } );
%]
END OF DOCUMENT