diff _test/Resources/view/packages/templates/HASH.tt @ 348:f116cd9fe7d9

working on TTView: pre-alpha version
author cin
date Thu, 03 Oct 2013 19:48:57 +0400
parents
children cfd7570c2af2
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/_test/Resources/view/packages/templates/HASH.tt	Thu Oct 03 19:48:57 2013 +0400
@@ -0,0 +1,3 @@
+[% FOR item IN model %]
+    <div>$item.key : [% display(item.key) %]</div>
+[% END %]
\ No newline at end of file