<%doc>
=head1 dhandler
This component emulates part of the search path behaviour of Maypole, by
looking for a table-specific template first. If no template is found, then the
other component roots will be searched.
=cut
</%doc>
% my $comp_path = join( '/', $request->table, $request->template );
% $comp_path = $request->template unless $m->comp_exists( $comp_path );
<& $comp_path, %ARGS &>