view _test/Resources/view/site/product/view.tt @ 350:f356c4894d1b

working on TTView: layouts
author cin
date Mon, 07 Oct 2013 17:35:54 +0400
parents 86b470004d47
children cfd7570c2af2
line wrap: on
line source

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