comparison _test/Resources/view/site/product/view.tt @ 348:f116cd9fe7d9

working on TTView: pre-alpha version
author cin
date Thu, 03 Oct 2013 19:48:57 +0400
parents f05634287ac7
children 86b470004d47
comparison
equal deleted inserted replaced
347:3eafa6fefa9f 348:f116cd9fe7d9
1 [% display('name') %] 1 <h1> PageTitle </h1>
2 [% display('description') %] 2 <div>name: [% display('name') %]</div>
3 <div> 3 <div>description: [% display(model) %]</div>
4 <div>
5 $AddressLabel
6 </div>
7 <div>
8 [% display('address', 'templates/My_App_Model_Address', { nolinks => 1 } ) %]
9 </div>
10 </div>