view _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 source

[% document.title = PageTitle %]
<h1> $PageTitle </h1>
<div>name: [% display('name') %]</div>
<div>description: [% display(model) %]</div>