[% INCLUDE furniture/head.html title="cdf demo: welcome" %]

hello

This is an idiotically simple browser whose only purpose is to demonstrate how easy it is to create an application with Class::DBI::Factory. Let us therefore imagine that someone is compiling a database of miserable music, but for artistic reasons has decided to replace most of the item descriptions with helpful remarks about an extremely obscure perl module, and browse:

[% FOREACH c = factory.classes %]

[% factory.plural(c) %]
[% factory.description(c) %]

[% END %] [% INCLUDE furniture/foot.html %] [% INCLUDE furniture/status.html %]