]> git.decadent.org.uk Git - maypole.git/blob - t/templates/custom/list
change to view::base to only call display_columns, stringify_columns, to_cgi if...
[maypole.git] / t / templates / custom / list
1 # Begin object list
2 [% FOR obj = objects %]
3 [%obj.id%]: [% obj.name %]
4 [% END %]
5 # End object list