view _test/Resources/view/site/product/view.tt @ 346:f05634287ac7

working on the view concept
author cin
date Mon, 30 Sep 2013 01:37:50 +0400
parents
children f116cd9fe7d9
line wrap: on
line source

[% display('name') %]
[% display('description') %]
<div>
    <div>
        $AddressLabel
    </div>
    <div>
        [% display('address', 'templates/My_App_Model_Address', { nolinks => 1 } ) %]
    </div>
</div>