cerrado @ e9098e00fb6339b759df5b0df2e086cef8a7ce83

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