Implemented necessary functionality so binary files no longer render literally.
[catagits/Gitalist.git] / root / ref / blob.tt2
CommitLineData
04a4961e 1[% INCLUDE inc/syntax_highlight_css.tt2 %]
2cf1e781 2
08d8bb08 3<h3>[% INCLUDE 'nav/path.tt2' %]</h3>
4
2cf1e781 5 [% IF object.type == 'commit' %]
6 <div class='commit-message'>
7 [% short_cmt(head.comment) %]
8 </div>
9 [% END %]
e172b6b8 10
11[% subinclude('/fragment/ref/blob', c.req.captures, c.req.args.to_path) %]
08d8bb08 12
13
14