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