diff options
Diffstat (limited to 'templates/gititemlog.qtpl')
-rw-r--r-- | templates/gititemlog.qtpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/gititemlog.qtpl b/templates/gititemlog.qtpl new file mode 100644 index 0000000..ae88a52 --- /dev/null +++ b/templates/gititemlog.qtpl @@ -0,0 +1,10 @@ +{% code +type GitItemLogPage struct { +} +%} + +{% func (g *GitItemLogPage) Nav(name string) %}{%= GitItemNav(name, Log) %}{% endfunc %} + +{% func (g *GitItemLogPage) GitContent() %} +<h4>Log</h4> +{% endfunc %} |