% layout 'common'; % my $head_id = gitprep_get_head_id($project); %= include '/include/header', title => 'Blob Diff', project => $project; %= include '/include/current_directory', home_ns => $home_ns, home => $home; %= include '/include/page_navi', current => 'blobdiff', head_id => $id, project_ns => $project_ns;
<%= $commit->{title} %>
%= include '/include/page_path', project_ns => $project_ns, id => $id, Path => $file, type => 'blob'; %= include '/include/blobdiff_body';