cerrado @ 64d9bcc4e567a0f816a0388bf740baa4c01d2323

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