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