The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
<div class='path'>
 <a href="[% c.uri_for("tree", {hb=head.sha1}) %]">[% Project.name %]</a>
 [% FOREACH part IN filename.split('/') %]
  [% path = loop.first ? part : path _ '/' _ part %]
  / <a href="[% c.uri_for(loop.last ? 'blob' : 'tree', {hb=head.sha1,f=path}) %]">[% part %]</a>
 [% END %]
</div>