[% INCLUDE input type => 'text' name => 'foo' value => 'Hello world' %] [% BLOCK input %] [% END %] #### [% items = [ { name => 'foo' value='baz'} { name => 'bar' value='qux'} ] %] [% FOREACH text = items %] [% END %]