% if not dirname.raw:
% relroot = './'
% else:
% relroot = '../' * (len(dirname.split('/')) - 1)
% end
git » {{repo.name}} »
{{repo.branch}} » {{dirname.unicode}}/{{fname.unicode}}
[{{repo.branch}}] /
% base = smstr(relroot)
% for c in dirname.split('/'):
% if not c.raw: continue
{{c.unicode}} /
% base += c + '/'
% end
{{!fname.html}}
% if has_colorizer():
{{!colorize_blob(fname.unicode, blob)}}
% else:
{{blob}}
% end