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