]> git.decadent.org.uk Git - maypole.git/blob - ex/fancy_example/templates/custom/metadata
Drinker uses add_to_from_cgi and other stuff. Now it is a nice working
[maypole.git] / ex / fancy_example / templates / custom / metadata
1 <h3> Class::DBI meta info for [% classmetadata.name %] </h3> 
2 [%
3    USE this = Class(classmetadata.name);
4    USE Dumper; Dumper.dump(this.meta_info);
5 %]