blob: e0fa9c3f184837a96d3194d5baacdcdfd866a56b (
plain)
1
2
3
4
5
6
7
8
9
10
|
{% code
type GitItemAboutPage struct {
}
%}
{% func (g *GitItemAboutPage) Nav(name, ref string) %}{%= GitItemNav(name, ref, Readme) %}{% endfunc %}
{% func (g *GitItemAboutPage) GitContent() %}
<h4>About</h4>
{% endfunc %}
|