view _test/Resources/view/packages/templates/HASH.tt @ 351:cfd7570c2af2

working on TTView: created TTView class for rendering models
author cin
date Tue, 08 Oct 2013 17:40:35 +0400
parents f116cd9fe7d9
children
line wrap: on
line source

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