view _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 source

[% FOR item IN model %]
    <div>$item.key : [% display(item.key) %]</div>
[% END %]