annotate _test/Resources/view/packages/templates/HASH.tt @ 355:8dfb9df07d02

added support for the custom resolvers for the TTView
author sergey
date Thu, 17 Oct 2013 01:04:37 +0400
parents cfd7570c2af2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
348
f116cd9fe7d9 working on TTView: pre-alpha version
cin
parents:
diff changeset
1 [% FOR item IN model %]
351
cfd7570c2af2 working on TTView: created TTView class for rendering models
cin
parents: 348
diff changeset
2 <div>$item.key : [% display_model(item.value, rel = item.key) %]</div>
348
f116cd9fe7d9 working on TTView: pre-alpha version
cin
parents:
diff changeset
3 [% END %]