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