Mercurial > pub > Impl
diff _test/Resources/view/site/product/view.tt @ 351:cfd7570c2af2
working on TTView: created TTView class for rendering models
author | cin |
---|---|
date | Tue, 08 Oct 2013 17:40:35 +0400 |
parents | 86b470004d47 |
children |
line wrap: on
line diff
--- a/_test/Resources/view/site/product/view.tt Mon Oct 07 17:35:54 2013 +0400 +++ b/_test/Resources/view/site/product/view.tt Tue Oct 08 17:40:35 2013 +0400 @@ -1,3 +1,4 @@ +[% document.title = PageTitle %] <h1> $PageTitle </h1> <div>name: [% display('name') %]</div> <div>description: [% display(model) %]</div> \ No newline at end of file