comparison _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
comparison
equal deleted inserted replaced
345:72799d1211c5 346:f05634287ac7
1 [% display('name') %]
2 [% display('description') %]
3 <div>
4 <div>
5 $AddressLabel
6 </div>
7 <div>
8 [% display('address', 'templates/My_App_Model_Address', { nolinks => 1 } ) %]
9 </div>
10 </div>