blob: abda2fb2476cf828c66e19736aea6e857feac0fd (
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(name, ref string) %}
<h4>About</h4>
{% endfunc %}
|