[% DEFAULT category = 'model', objects = [ { description => 'Blog post', name => 'Post', src => '/=/object/Post', }, { description => 'Blog comment', name => 'Comment', src => '/=/object/Comment', }, { description => 'Yahoo! China Staff', name => 'YahooStaff', src => '/=/object/YahooStaff' }, { description => 'IRC Log', name => 'IrcLog', src => '/=/object/IrcLog', } ]; %] [% BLOCK editable_value -%] [% value | html %] [% END -%] [%- i = 0 %] [%- FOREACH object IN objects %] [%- i = i + 1 %]
[% object.name %]
[%- END %] [%- file = 'create-' _ category _ '.tt' %] [%- PROCESS $file %]