Help for this page
[% INCLUDE input type => 'text' ... [% BLOCK input %] <input type="[% type %]" name="[% name %]" value="[% value %]" /> [% END %]
[% items = [ { name => 'foo' value='baz'} ... [% FOREACH text = items %] <input type="text" name="[% text.name %]" value="[% text.value %]" /> [% END %]