cerrado @ 6079b1d963f34ada5c4b25363f2319901e283936

 1{% code
 2type GitItemBlobPage struct {
 3    File string
 4    Content []byte
 5}
 6%}
 7
 8{% func (g *GitItemBlobPage) Nav(name, ref string) %}{%= GitItemNav(name, ref, Tree) %}{% endfunc %}
 9
10{% func (g *GitItemBlobPage) GitContent() %}
11<div class="code-view">
12{%z= g.Content %}
13</div>
14{% endfunc %}