annotate _test/Resources/view/packages/templates/HASH.tt @ 353:feeb3bc4a818

corrected error handling while loading templates corrected variables lookup in controls updated handles to use the new view features
author cin
date Fri, 11 Oct 2013 15:49:04 +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 %]