view _test/Resources/view/packages/templates/HASH.tt @ 415:3d24b10dd0d5 ref20150831

working on IMPL::Config::Container
author cin
date Tue, 20 Oct 2015 07:32:55 +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 %]