view _test/Resources/view/packages/templates/HASH.tt @ 349:86b470004d47

added lables loading
author cin
date Fri, 04 Oct 2013 17:06:34 +0400
parents f116cd9fe7d9
children cfd7570c2af2
line wrap: on
line source

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