aboutsummaryrefslogtreecommitdiff
path: root/templates/gititemrefs.qtpl
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-05-30 18:08:12 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-05-30 18:08:12 +0200
commit8f5f9ff24b0327f7640e3619de109e1f19cfba1d (patch)
tree693e669355c00ed2445da34f4032bfd60abdbbe8 /templates/gititemrefs.qtpl
parentfb45f1f5002ffdb40150333c5a48458b801f3022 (diff)
downloadcerrado-8f5f9ff24b0327f7640e3619de109e1f19cfba1d.tar.gz
cerrado-8f5f9ff24b0327f7640e3619de109e1f19cfba1d.tar.bz2
cerrado-8f5f9ff24b0327f7640e3619de109e1f19cfba1d.zip
feat: Add git sub page
Diffstat (limited to 'templates/gititemrefs.qtpl')
-rw-r--r--templates/gititemrefs.qtpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/gititemrefs.qtpl b/templates/gititemrefs.qtpl
new file mode 100644
index 0000000..5fed393
--- /dev/null
+++ b/templates/gititemrefs.qtpl
@@ -0,0 +1,10 @@
+{% code
+type GitItemRefsPage struct {
+}
+%}
+
+{% func (g *GitItemRefsPage) Nav(name string) %}{%= GitItemNav(name ,Refs) %}{% endfunc %}
+
+{% func (g *GitItemRefsPage) GitContent() %}
+<h4>Refs</h4>
+{% endfunc %}