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