annotate _test/Resources/view/site/product/view.tt @ 363:d67e45705be5

sync, model metadata
author cin
date Fri, 29 Nov 2013 11:04:19 +0400
parents cfd7570c2af2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
351
cfd7570c2af2 working on TTView: created TTView class for rendering models
cin
parents: 349
diff changeset
1 [% document.title = PageTitle %]
349
86b470004d47 added lables loading
cin
parents: 348
diff changeset
2 <h1> $PageTitle </h1>
348
f116cd9fe7d9 working on TTView: pre-alpha version
cin
parents: 346
diff changeset
3 <div>name: [% display('name') %]</div>
f116cd9fe7d9 working on TTView: pre-alpha version
cin
parents: 346
diff changeset
4 <div>description: [% display(model) %]</div>