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(name, ref string) %}
11<div class="code-view">
12{%z= g.Content %}
13</div>
14{% endfunc %}