diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-05-30 18:08:12 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-05-30 18:08:12 +0200 |
commit | 8f5f9ff24b0327f7640e3619de109e1f19cfba1d (patch) | |
tree | 693e669355c00ed2445da34f4032bfd60abdbbe8 /templates/gititemsummary.qtpl | |
parent | fb45f1f5002ffdb40150333c5a48458b801f3022 (diff) | |
download | cerrado-8f5f9ff24b0327f7640e3619de109e1f19cfba1d.tar.gz cerrado-8f5f9ff24b0327f7640e3619de109e1f19cfba1d.tar.bz2 cerrado-8f5f9ff24b0327f7640e3619de109e1f19cfba1d.zip |
feat: Add git sub page
Diffstat (limited to 'templates/gititemsummary.qtpl')
-rw-r--r-- | templates/gititemsummary.qtpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/gititemsummary.qtpl b/templates/gititemsummary.qtpl new file mode 100644 index 0000000..f4b0dd6 --- /dev/null +++ b/templates/gititemsummary.qtpl @@ -0,0 +1,10 @@ +{% code +type GitItemSummaryPage struct { +} +%} + +{% func (g *GitItemSummaryPage) Nav(name string) %}{%= GitItemNav(name, Summary) %}{% endfunc %} + +{% func (g *GitItemSummaryPage) GitContent() %} +<h4>Summary</h4> +{% endfunc %} |