Mercurial > pub > Impl
view _test/Resources/view/packages/templates/HASH.tt @ 427:09e0086a82a7 ref20150831 tip
Merge
author | cin |
---|---|
date | Tue, 15 May 2018 00:51:33 +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 %]