{% code type GitItemBlobPage struct { File string Content []byte } %} {% func (g *GitItemBlobPage) Nav(name, ref string) %}{%= GitItemNav(name, ref, Tree) %}{% endfunc %} {% func (g *GitItemBlobPage) GitContent(name, ref string) %}
{%z= g.Content %}
{% endfunc %}