Split subincludes out into their own /fragment controllers.
[catagits/Gitalist.git] / root / blob.tt2
CommitLineData
04a4961e 1[% INCLUDE inc/syntax_highlight_css.tt2 %]
61b56ed6 2[% PROCESS 'nav/actions.tt2' object = head %]
2cf1e781 3
4<div class='content'>
5 [% IF object.type == 'commit' %]
6 <div class='commit-message'>
7 [% short_cmt(head.comment) %]
8 </div>
9 [% END %]
10 [% INCLUDE 'nav/path.tt2' %]
11 <div>
12 <pre class='blob'>[% blob %]</pre>
13 </div>
295c9703 14</div>