<h2>Tests</h2>
% if ( $files ) {
<a href="/<%= $prefix %>/test/<%= $name %>/run">run all tests</a>
<ul>
% for my $testfile ( sort @{ $files } ) {
    <li><a href="/<%= $prefix %>/test/<%= $name %>/file/<%= $testfile %>"><%= $testfile %></a></li>
% }
</ul>
% }

% if ( $names ) {
<ul>
% for my $testname ( @{ $names } ) {
    <li><a href="/<%= $prefix %>/test/<%= $testname %>"><%= $testname %></a></li>
% }
</ul>
% }