view _test/Resources/view/packages/templates/ARRAY.tt @ 348:f116cd9fe7d9

working on TTView: pre-alpha version
author cin
date Thu, 03 Oct 2013 19:48:57 +0400
parents
children 86b470004d47
line wrap: on
line source

[% FOR item IN model %]
    * ${loop.index}. [% display(loop.index) %]
[% END %]