view _test/Resources/view/packages/templates/HASH.tt @ 417:3ed0c58e9da3 ref20150831

working on di container, tests
author cin
date Mon, 02 Nov 2015 01:56:53 +0300
parents cfd7570c2af2
children
line wrap: on
line source

[% FOR item IN model %]
    <div>$item.key : [% display_model(item.value, rel = item.key) %]</div>
[% END %]