Added site.css and started work on the commit-related navigation.
[catagits/Gitalist.git] / templates / blob.tt2
1 [% INCLUDE 'commit-nav.tt2' %]
2 <link rel="stylesheet" type="text/css" href="/static/css/syntax-dark.css"/>
3 <div>
4 <pre class='blob'>
5 [% blob %]
6 </pre>
7 </div>