summaryrefslogtreecommitdiff
path: root/templ/categories.tpl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templ/categories.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/templ/categories.tpl b/templ/categories.tpl
new file mode 100644
index 0000000..662e1e1
--- /dev/null
+++ b/templ/categories.tpl
@@ -0,0 +1,9 @@
+{{define "main"}}
+<ul class="list-group">
+ {{range .}}
+ <li class="list-group-item">
+ {{.Name}}
+ </li>
+ {{end}}
+</ul>
+{{end}} \ No newline at end of file