diff _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
line wrap: on
line diff
--- a/_test/Resources/view/site/product/view.tt	Mon Sep 30 17:36:17 2013 +0400
+++ b/_test/Resources/view/site/product/view.tt	Thu Oct 03 19:48:57 2013 +0400
@@ -1,10 +1,3 @@
-[% display('name') %]
-[% display('description') %]
-<div>
-    <div>
-        $AddressLabel
-    </div>
-    <div>
-        [% display('address', 'templates/My_App_Model_Address', { nolinks => 1 } ) %]
-    </div>
-</div>
\ No newline at end of file
+<h1> PageTitle </h1>
+<div>name: [% display('name') %]</div>
+<div>description: [% display(model) %]</div>
\ No newline at end of file