view _test/Resources/TTView/derived.tt @ 328:63709a4e6da0

Security framework refactoring
author cin
date Mon, 03 Jun 2013 03:28:01 +0400
parents d4caf951260d
children
line wrap: on
line source

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