summaryrefslogtreecommitdiff
path: root/templ/recur.tpl
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2024-10-11 22:47:16 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2024-10-11 22:47:39 +0200
commitb46012f212a4302b4d1325d8fdf9634e7083e76a (patch)
tree095d00491c385c33674f5a0a11128a543a48c485 /templ/recur.tpl
parente79d3d7163657f7a540530dddb319f984885e864 (diff)
downloadgosten-b46012f212a4302b4d1325d8fdf9634e7083e76a.tar.gz
gosten-b46012f212a4302b4d1325d8fdf9634e7083e76a.tar.bz2
gosten-b46012f212a4302b4d1325d8fdf9634e7083e76a.zip
First draft of recurrent costs and categories
Diffstat (limited to 'templ/recur.tpl')
-rw-r--r--templ/recur.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/templ/recur.tpl b/templ/recur.tpl
new file mode 100644
index 0000000..316b768
--- /dev/null
+++ b/templ/recur.tpl
@@ -0,0 +1,9 @@
+{{define "main"}}
+<ul class="list-group">
+ {{range .}}
+ <li class="list-group-item">
+ {{.Description.String}}
+ </li>
+ {{end}}
+</ul>
+{{end}} \ No newline at end of file