cerrado @ 02614b3781f6acdfc6df0e7b07d856b2779c4ac7

 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 %}